mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Fix MAME lockup if you step and PlayStation based game twice then rewind twice (nw)
This commit is contained in:
parent
6bec01265d
commit
3379072a5d
@ -500,6 +500,8 @@ void device_execute_interface::interface_post_start()
|
||||
|
||||
// register for save states
|
||||
device().save_pointer(NAME(m_icountptr), 1);
|
||||
device().save_item(NAME(m_cycles_running));
|
||||
device().save_item(NAME(m_cycles_stolen));
|
||||
device().save_item(NAME(m_suspend));
|
||||
device().save_item(NAME(m_nextsuspend));
|
||||
device().save_item(NAME(m_eatcycles));
|
||||
|
Loading…
Reference in New Issue
Block a user