summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc8401a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc8401a.cpp')
-rw-r--r--src/mame/drivers/pc8401a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pc8401a.cpp b/src/mame/drivers/pc8401a.cpp
index 45493f4eaf7..36a44bd7da7 100644
--- a/src/mame/drivers/pc8401a.cpp
+++ b/src/mame/drivers/pc8401a.cpp
@@ -267,7 +267,7 @@ WRITE8_MEMBER( pc8401a_state::rtc_ctrl_w )
READ8_MEMBER( pc8401a_state::io_rom_data_r )
{
//logerror("I/O ROM read from %05x\n", m_io_addr);
- return m_io_cart->read_rom(space, m_io_addr);
+ return m_io_cart->read_rom(m_io_addr);
}
WRITE8_MEMBER( pc8401a_state::io_rom_addr_w )