mirror of
https://github.com/FranLMSP/snes.git
synced 2026-08-03 08:30:01 -04:00
8333eb13cb00b4f94457154d569e6ee852c63195
SNES
Work in progress experimental SNES emulator written in Rust.
Resources
- https://softpixel.com/~cwright/sianse/docs/65816NFO.HTM
- https://ersanio.gitbook.io/assembly-for-the-snes
- https://wiki.superfamicom.org
- https://snesdev.mesen.ca/wiki/index.php
- https://problemkaputt.de/fullsnes.htm
- BCD addition and substraction: https://ehaskins.com/2018-01-30%20Z80%20DAA/
- 65816 programming manual: https://www.nesdev.org/w/images/default/7/76/Programmanual.pdf
- Test ROMs
- PeterLemon's test ROMs: https://github.com/PeterLemon/SNES
- Retro Game Mechanics Explained SNES playlists:
Languages
Rust
100%