whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
438 stars 57 forks source link

Save state, load no more? #209

Open dungeonkim opened 6 months ago

dungeonkim commented 6 months ago

I used to be able to press F6 and F9 to save and load state, but this doesn't work in the current build. Is there a reason for this? How can I make it possible to save and load state? Thanks.

rgov commented 2 months ago

The code for this still exists:

https://github.com/whscullin/apple2js/blob/838fda696ca08ec415a438f6b3eb8fb162ad6178/js/ui/apple2.ts#L950-L961

Years ago the pull request https://github.com/whscullin/apple2js/pull/59 was merged with the comment "Get save and restore state limping along to nearly as well as before I refactored and broke everything." But I assume you are not saying that it last worked 3+ years ago?