nestadia icon indicating copy to clipboard operation
nestadia copied to clipboard

A cloud NES emulator written in Rust. Originally written for NorthSec CTF 2021.

Results 18 nestadia issues
Sort by recently updated
recently updated
newest added

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...

game compatibility

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...

enhancement

enhancement

- [ ] 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...

enhancement