rather decent NES emulator
- ./install_deps.sh
- meson setup build
- meson compile -C build
./build/nestastic
- Mapper 0 and 2 support
- (WIP) ImGui-based GUI for debugging and memory viewing.
enjoy!
- Install cc65
- ca65 demo.s -o demo.o
- ld65 demo.o -o demo.bin -C none.cfg
- grab a dump of the output using
xxd -i demo.bin - paste the output into src/emu/cpu/6502.cpp:229
- watch it fail because most things aren't implemented yet.