summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/stfight.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/stfight.cpp')
-rw-r--r--src/mame/machine/stfight.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/stfight.cpp b/src/mame/machine/stfight.cpp
index ab2f187e008..cb8d0d848ef 100644
--- a/src/mame/machine/stfight.cpp
+++ b/src/mame/machine/stfight.cpp
@@ -81,8 +81,8 @@ void stfight_state::machine_start()
m_int1_timer = timer_alloc(TIMER_STFIGHT_INTERRUPT_1);
// Set clock prescaler FM:1/2 PSG:1/1
- m_ym1->write(0, 0x2f);
- m_ym2->write(0, 0x2f);
+ m_ym[0]->write(0, 0x2f);
+ m_ym[1]->write(0, 0x2f);
save_item(NAME(m_coin_state));