mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
Fixed superqix.c save state regression (nw)
This commit is contained in:
parent
0fbd33705b
commit
e90ec325ed
@ -527,6 +527,7 @@ void superqix_state::machine_init_common()
|
||||
save_item(NAME(m_from_mcu));
|
||||
save_item(NAME(m_from_z80));
|
||||
save_item(NAME(m_portb));
|
||||
save_item(NAME(m_nmi_mask));
|
||||
|
||||
// hotsmash ???
|
||||
save_item(NAME(m_portA_in));
|
||||
|
Loading…
Reference in New Issue
Block a user