I will list some valuable links here, for everything emudev related. If you think I’m missing something or want to see your own tests / docs / whatever here, send me a mail or a message on Discord.
C64
https://www.retro-programming.de/ | Awesome resource about the C64 internals (german, by Jörn) |
Dreamcast
https://github.com/snickerbockers/dc-arm7wrestler | ARM7 counterpart of the DS CPU tester ARMWrestler (by snickerbockers) | |
https://github.com/washingtondc-emu/washingtondc | Open-source SEGA Dreamcast emulator for Linux & Windows (by snickerbockers) |
GBA
https://github.com/ladystarbreeze/gba-tests | GBA test roms by the very talented Lady Starbreeze (check her other repos out as well) |
N64
https://github.com/dillonb/n64-resources | Important notes and writeups about the N64 by Dillon | |
https://github.com/dillonb/n64-tests | N64 test roms by Dillon | |
https://n64.readthedocs.io/ | Docs about edge cases and stuff you might trip on (by Dillon) | |
https://n64brew.dev/wiki/Main_Page | Homebrew Wiki for the N64 with lots of info |
PS2
https://psi-rockin.github.io/ps2tek | PS2 documentation by PSI |
SNES
http://problemkaputt.de/fullsnes.htm | no$'s very detailled technical docs | |
http://www.unusedino.de/ec64/technical/aay/c64/addridx.htm | Another great resource for the 65816 opcodes, addressing modes. Great for state machine approaches. | |
https://undisbeliever.net/snesdev/65816-opcodes.html | Great resource for 65816 Opcodes / timings / addressing modes | |
https://wiki.superfamicom.org/ | Another good SNES documentation, for when no$ is too cryptic | |
https://www.youtube.com/c/RetroGameMechanicsExplained | RetroGameMechanicsExplained YouTube Channel, great video explanations |
Comments