summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mystwarr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mystwarr.c')
-rw-r--r--src/mame/drivers/mystwarr.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/mystwarr.c b/src/mame/drivers/mystwarr.c
index 76502908844..31c3f6eb12d 100644
--- a/src/mame/drivers/mystwarr.c
+++ b/src/mame/drivers/mystwarr.c
@@ -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 */
- konamigx_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));