small fix (nw)

This commit is contained in:
miodragm 2014-10-27 19:26:50 +01:00
parent d0b189505f
commit f13b94d7c6

View File

@ -847,13 +847,13 @@ MACHINE_START_MEMBER(mystwarr_state,mystwarr)
m_sound_ctrl = 2;
reset_sound_region();
m_mw_irq_control = 0;
/* konamigx_mixer uses this, so better initialize it */
m_gx_wrport1_0 = 0;
save_item(NAME(m_mw_irq_control));
save_item(NAME(m_sound_ctrl));
m_mw_irq_control = 0;
/* konamigx_mixer uses this, so better initialize it */
m_gx_wrport1_0 = 0;
save_item(NAME(m_mw_irq_control));
save_item(NAME(m_sound_ctrl));
save_item(NAME(m_sound_nmi_clk));
machine().save().register_postload(save_prepost_delegate(FUNC(mystwarr_state::reset_sound_region), this));