AndreaOrru / LaiNES

Cycle-accurate NES emulator in ~1000 lines of code
BSD 2-Clause "Simplified" License
1.49k stars 115 forks source link

Save games. #9

Open AndreaOrru opened 10 years ago

AndreaOrru commented 10 years ago

Battery-backed RAM should be saved in a file. This is pretty important.

kraln commented 7 years ago

Do you mean emulating battery-backed ram, or save states, or both?

AndreaOrru commented 7 years ago

Both. SRAM is a priority, save states can wait till we work on the debugger.

In the context of this issue, I'm referring to SRAM. Updating.

kienvn commented 7 years ago

When will you finish it? :D