summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author miodragm <mmicko@gmail.com>2014-10-27 19:26:50 +0100
committer miodragm <mmicko@gmail.com>2014-10-27 19:26:50 +0100
commitf13b94d7c68919c3815d9f69fa2f13fc1f34a943 (patch)
tree4168a7df7bc8c8740622135838f63a0d96f4cde3
parentd0b189505fbea8c39909f258f62885961ba99c4e (diff)
small fix (nw)
-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 31c3f6eb12d..a33298acf88 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 */
- 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));