summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ironhors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ironhors.cpp')
-rw-r--r--src/mame/drivers/ironhors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ironhors.cpp b/src/mame/drivers/ironhors.cpp
index 421898ca5f9..a5d64a49be4 100644
--- a/src/mame/drivers/ironhors.cpp
+++ b/src/mame/drivers/ironhors.cpp
@@ -436,7 +436,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(ironhors_state::farwest_scanline_tick)
READ8_MEMBER(ironhors_state::farwest_soundlatch_r)
{
- return m_soundlatch->read(m_soundcpu->space(AS_PROGRAM), 0);
+ return m_soundlatch->read();
}
void ironhors_state::farwest(machine_config &config)