Fixed superqix.c save state regression (nw)

This commit is contained in:
Ivan Vangelista 2014-07-15 14:43:16 +00:00
parent 0fbd33705b
commit e90ec325ed

View File

@ -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));