alexanderdickson / NES

A NES emulator written in JavaScript utilising latest web technologies and with debugging tools
3 stars 2 forks source link

Implement save/load state #9

Open alexanderdickson opened 11 years ago

alexanderdickson commented 11 years ago

Probably just serialising the entire state of the system to local storage, file, or base 64'd string.