summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/reu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/reu.cpp')
-rw-r--r--src/devices/bus/c64/reu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/reu.cpp b/src/devices/bus/c64/reu.cpp
index 72f3f6f73e6..771f8d4867a 100644
--- a/src/devices/bus/c64/reu.cpp
+++ b/src/devices/bus/c64/reu.cpp
@@ -103,7 +103,7 @@ uint8_t c64_reu_cartridge_device::c64_cd_r(address_space &space, offs_t offset,
{
if (!m_dmac->romsel_r(roml, romh))
{
- data = m_eprom->read_rom(space, offset & 0x7fff);
+ data = m_eprom->read_rom(offset & 0x7fff);
}
else if (!io2)
{