mirror of
https://github.com/holub/mame
synced 2025-05-13 09:28:13 +03:00
(MESS) coleco: added missing input-related variables to save states, which should now work. [Fabio Priuli]
This commit is contained in:
parent
3476c84442
commit
adb8846f1f
@ -262,6 +262,13 @@ void coleco_state::machine_start()
|
|||||||
m_joy_d7_state[port] = 0;
|
m_joy_d7_state[port] = 0;
|
||||||
m_joy_analog_state[port] = 0;
|
m_joy_analog_state[port] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
save_item(NAME(m_joy_mode));
|
||||||
|
save_item(NAME(m_last_nmi_state));
|
||||||
|
save_item(NAME(m_joy_irq_state));
|
||||||
|
save_item(NAME(m_joy_d7_state));
|
||||||
|
save_item(NAME(m_joy_analog_state));
|
||||||
|
save_item(NAME(m_joy_analog_reload));
|
||||||
}
|
}
|
||||||
|
|
||||||
void coleco_state::machine_reset()
|
void coleco_state::machine_reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user