diff --git a/src/mame/drivers/superqix.c b/src/mame/drivers/superqix.c index 34219bfc746..c43332c9fc9 100644 --- a/src/mame/drivers/superqix.c +++ b/src/mame/drivers/superqix.c @@ -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));