summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ra17xx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ra17xx.cpp')
-rw-r--r--src/devices/machine/ra17xx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ra17xx.cpp b/src/devices/machine/ra17xx.cpp
index 66fc3163da5..3cf2c5775e7 100644
--- a/src/devices/machine/ra17xx.cpp
+++ b/src/devices/machine/ra17xx.cpp
@@ -97,7 +97,7 @@ void ra17xx_device::io_w(address_space &space, offs_t offset, uint8_t data)
{
assert(offset < 16);
- m_bl = m_cpu->address_bus_r(space, 0) & 63;
+ m_bl = m_cpu->address_bus_r(space) & 63;
if (offset & 1)
{