summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ron.cpp')
-rw-r--r--src/mame/drivers/ron.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ron.cpp b/src/mame/drivers/ron.cpp
index 0a1197e77fc..2bade072443 100644
--- a/src/mame/drivers/ron.cpp
+++ b/src/mame/drivers/ron.cpp
@@ -451,9 +451,9 @@ WRITE8_MEMBER(ron_state::audio_p1_w)
//machine().debug_break();
if(m_ay_address_sel == true)
- m_ay->address_w(space, 0, data);
+ m_ay->address_w(data);
else
- m_ay->data_w(space, 0, data);
+ m_ay->data_w(data);
}
WRITE8_MEMBER(ron_state::audio_p2_w)