mirror of
https://github.com/FranLMSP/snes.git
synced 2026-08-03 08:30:01 -04:00
ac4c749e37d6c3c55289f224ce60b4fc4b31b2c0
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
- Retro Game Mechanics Explained SNES playlists:
Languages
Rust
100%