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

Its mostly a variant on MMC3 with a few differences with the banks.

Libretro's API for game saves is really obscure and might take some work to get working.

Build libretro cores so that users don't have to build them themselves. We would want at least Windows/Linux/Mac/Android

On the core side, all that requires is implementing `serde::{Serialize, Deserialize}` on Emulator.