mirror of
https://github.com/FranLMSP/snes.git
synced 2026-01-01 07:21:35 -05:00
467ffd791eb47a99831d4138771c07e0ea8c5373
SNES
Work in progress experimental SNES emulator written in Rust.
Install dependencies
For Debian-based distros, you will need to install these dependencies:
sudo apt install libgtk-3-dev
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%
