/nes-memoryview

visualizing the value of each individual byte in an emulated NES as a time series

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

nes-memoryview

The working memory of early computers is quite small. It is so small in fact, that we can plot the history of values of each byte in memory. Below, you can find a NES emulator together with a time series for each byte in the 2 KB of working memory. Feel free to load a different ROM, for example Super Mario Bros, and notice that some bytes in memory correspond to the location of sprites. This demo is using MedNES and Chase.

Screenshot

For a live demo, please see: https://sniklaus.com/nesmem

compile

To download MediNES, run bash download.bash. Afterwards, simpy run bash emscripten.bash to perform the compilation. Please note that this step requires Emscripten to be installed. You can then open emscripten.html in your browser and everything should work as expected.

license

Please refer to the appropriate file within this repository.