mirror of
https://github.com/holub/mame
synced 2025-10-08 01:28:00 +03:00
small fix (nw)
This commit is contained in:
parent
d0b189505f
commit
f13b94d7c6
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user