nestadia
nestadia copied to clipboard
A cloud NES emulator written in Rust. Originally written for NorthSec CTF 2021.
Battletoads freeze at the beginning of a level, presumably because of a missed sprite 0 hit. Note that this game is REALLY hard to emulate, so it might take a...
Multiple games uses the initial RAM content to seed their RNGs. We should allow to randomize the content of the RAM. There are multiple ways to do it. We could...
- [ ] Support empty lines as the previous command, like GDB does. The most common use case would be to quickly step through the code and to dump data...