| ||
| Views: 32,400,631 | Homepage | Main | Rules/FAQ | Memberlist | Active users | Last posts | Calendar | Stats | Online users | Search | 07-22-26 04:29 AM |
| Guest: | ||
| Main - Posts by Rayyan |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 1/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
I was just thinking about this too ![]() ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 2/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
https://emulation.gametechwiki.com/index.php/Nintendo_DS_emulators There are already some DS emulators for iOS. ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 3/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
I don't know how to fix it but I have a libslirp build that works fine. Here it is. ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 4/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
Also there's a version of Wine for macOS. Couldn't you run it like that? ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 5/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
I made this bash script. It works fine for me. See if it works for you. melonDS-git.sh git clone https://github.com/Arisotura/melonDS.git cd melonDS mkdir build cd build cmake .. -G 'MSYS Makefiles' -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON -DQT5_STATIC_DIR=D:/msys64/mingw64/qt5-static make -j$(nproc --all) ../msys-dist.sh cd dist explorer.exe . ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 6/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
melonDS is going to include cheat support. https://melonds.kuribo64.net/comments.php?id=111 ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 7/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
For me, WFC works fine. And I'm on a wifi connection.(I'm playing Mario Kart DS.) Try using these DNS servers: Primary: 178.62.43.212 Secondary: 1.1.1.1 ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 8/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
I didn't really write it myself, i copied it from the workflow file. :P ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 9/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
Posted by Tuition_Free You never know, it might come in 0.9 ![]() ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 10/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
There already was a post like this quite a long time ago -> https://melonds.kuribo64.net/board/thread.php?id=67 ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 11/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
I don't think NO$GBA has wifi emulation ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 12/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
Posted by Videogamer555 Looks like you have those old hacked dumps. EDIT: Whoops, this is quite an old thread. ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 13/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
Maybe try following this to get rid of the "Memory Error" ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 14/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
Hello, I don't think melonDS has emulated infared yet. But it does emulate Local Multiplayer. Also melonDS doesn't have an Android release. (except for this WIP port). ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 15/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
See the FAQ. Also, you may want to use the GitHub Actions builds. ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 16/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
Do not use these - libslirp has been merged into master.You can find the latest libslirp build here: Windows: https://mega.nz/file/yXYkzKDI#mx7WfrfOSqx00oN4Q2w-yjg1rmweSMmWLdgTjg15Knw Linux: https://mega.nz/file/STYECAhK#FcOfw-w_n34OaofDuE_QLZm00Sj2bAcIdmoyUNQjuU4 ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 17/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
It looks like you're trying to do Local Multiplayer. Do you have "Bind socket to any address" enabled? ![]() ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 18/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
Try to disable audio sync and vsync too. ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 19/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
Are you connecting the two games with Internet or Local Wireless? ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Rayyan |
| ||
![]() Big melon Administrator Level: 31
Posts: 20/238 EXP: 172913 Next: 12450 Since: 06-25-20 From: UK Last post: 800 days ago Last view: 85 days ago |
Try using Local Wireless with another game, or try Pictochat. Does it work? ____________________
How to write an emulator
1. throw code to be emulated somewhere 2. make memory system that allows accessing that code 3. emulate CPU 4. have fun implementing all the other hardware -- Arisotura, Tuesday 5th January 2021, 22:00:17 |
| Main - Posts by Rayyan |
|
Page rendered in 0.150 seconds. (2048KB of memory used) MySQL - queries: 22, rows: 110/110, time: 0.028 seconds.
Acmlmboard 2.064 (2018-07-20)© 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |