/snes-assembly-adventure-code

The code examples from the SNES Assembly Adventure series of tutorials

Primary LanguageAssemblyMIT LicenseMIT

SNES Assembly Adventure Code Examples

This repository holds the code examples from my tutorial series SNES Assembly Adventure.

The code in this repository has been updated to work with both bsnes+ and Mesen-S as well. Snippets have been expanded to make them actually buildable. Therefore, it will slightly deviate from the code examples in the articles linked above.

Important: For the first 8 examples to work, you need to change Mesen-S emulation settings. Set "Power on state of RAM:" to "All 0s":

Mesen-S Emulation Settings

Otherwise, the code examples here won't work. Starting with part 9, the settings no longer matters as proper initialization code for the SNES is added.