mirror of
https://github.com/FranLMSP/snes.git
synced 2026-01-01 07:21:35 -05:00
c98c7bdc2d3fcb3a67b2457952308a9b32b547c8
SNES
Work in progress experimental SNES emulator written in Rust.
Resources
- SNES General:
- 65816 CPU:
- https://softpixel.com/~cwright/sianse/docs/65816NFO.HTM
- https://ersanio.gitbook.io/assembly-for-the-snes
- 65816 programming manual: https://www.nesdev.org/w/images/default/7/76/Programmanual.pdf
- BCD addition and substraction: https://ehaskins.com/2018-01-30%20Z80%20DAA/
- Test ROMs
- PeterLemon's test ROMs: https://github.com/PeterLemon/SNES
- Retro Game Mechanics Explained SNES playlists:
Languages
Rust
100%