mirror of
https://github.com/holub/mame
synced 2025-05-09 15:51:48 +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;
|
ready_counter = 0;
|
||||||
|
|
||||||
setup_characteristics();
|
setup_characteristics();
|
||||||
|
|
||||||
|
save_item(NAME(cyl));
|
||||||
|
save_item(NAME(subcyl));
|
||||||
}
|
}
|
||||||
|
|
||||||
void floppy_image_device::device_reset()
|
void floppy_image_device::device_reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user