summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ql/std.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ql/std.cpp')
-rw-r--r--src/devices/bus/ql/std.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ql/std.cpp b/src/devices/bus/ql/std.cpp
index 5e13a0ff32f..b1171c46336 100644
--- a/src/devices/bus/ql/std.cpp
+++ b/src/devices/bus/ql/std.cpp
@@ -47,7 +47,7 @@ void ql_standard_rom_cartridge_device::device_start()
// read - cartridge data read
//-------------------------------------------------
-uint8_t ql_standard_rom_cartridge_device::read(address_space &space, offs_t offset, uint8_t data)
+uint8_t ql_standard_rom_cartridge_device::read(offs_t offset, uint8_t data)
{
if (m_romoeh && m_rom.bytes())
{