v86 icon indicating copy to clipboard operation
v86 copied to clipboard

Floppy disk buffer changes are not saved or loaded with the state

Open JoeOsborn opened this issue 1 year ago • 1 comments

Per https://github.com/copy/v86/blob/master/src/floppy.js#L131 it looks like fda_image is not used anywhere in get_state or set_state. That means if you write to a floppy and make a save state, the write is not recorded.

JoeOsborn avatar May 24 '24 20:05 JoeOsborn

I've fixed this issue, I'll add a pull request soon.

uniAIDevs avatar Jun 10 '24 12:06 uniAIDevs