mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
diexec.cpp: fixed save state regression (nw)
This commit is contained in:
parent
80c49f96e6
commit
bbce75b716
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ void device_execute_interface::interface_post_start()
|
|||
// it's more efficient and causes less clutter to save these this way
|
||||
device().save_item(STRUCT_MEMBER(m_input, m_stored_vector));
|
||||
device().save_item(STRUCT_MEMBER(m_input, m_curvector));
|
||||
device().save_item(STRUCT_MEMBER(m_input, m_curstate));
|
||||
|
||||
// fill in the input states and IRQ callback information
|
||||
for (int line = 0; line < ARRAY_LENGTH(m_input); line++)
|
||||
|
|
Loading…
Reference in a new issue