summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/laz_aftrshok.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/laz_aftrshok.cpp')
-rw-r--r--src/mame/drivers/laz_aftrshok.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/laz_aftrshok.cpp b/src/mame/drivers/laz_aftrshok.cpp
index 06e15abd685..954f203c6de 100644
--- a/src/mame/drivers/laz_aftrshok.cpp
+++ b/src/mame/drivers/laz_aftrshok.cpp
@@ -134,7 +134,7 @@ void aftrshok_state::sound_data_w(u8 data)
void aftrshok_state::mcu_p3_w(u8 data)
{
if (!BIT(data, 1) && !BIT(data, 2))
- m_oki->write(machine().dummy_space(), 0, m_sound_data);
+ m_oki->write(m_sound_data);
}
void aftrshok_state::prog_map(address_map &map)