mirror of
https://github.com/FranLMSP/snes.git
synced 2026-08-03 08:30:01 -04:00
356a963aee9d48a9cca1812e1b0b18ce9705d6b1
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%