summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/joycard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/joycard.cpp')
-rw-r--r--src/devices/bus/comx35/joycard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/joycard.cpp b/src/devices/bus/comx35/joycard.cpp
index 4c6e46ff06e..e76f20a5be8 100644
--- a/src/devices/bus/comx35/joycard.cpp
+++ b/src/devices/bus/comx35/joycard.cpp
@@ -98,7 +98,7 @@ void comx_joy_device::device_reset()
// comx_mrd_r - I/O read
//-------------------------------------------------
-uint8_t comx_joy_device::comx_io_r(address_space &space, offs_t offset)
+uint8_t comx_joy_device::comx_io_r(offs_t offset)
{
uint8_t data = 0;