mirror of
https://github.com/holub/mame
synced 2025-05-08 07:11:42 +03:00
floppy: include cylinder in savestate
This commit is contained in:
parent
85c4b03f52
commit
da0e67fbc4
@ -295,6 +295,9 @@ void floppy_image_device::device_start()
|
||||
ready_counter = 0;
|
||||
|
||||
setup_characteristics();
|
||||
|
||||
save_item(NAME(cyl));
|
||||
save_item(NAME(subcyl));
|
||||
}
|
||||
|
||||
void floppy_image_device::device_reset()
|
||||
|
Loading…
Reference in New Issue
Block a user