summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/fbjoy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/electron/fbjoy.cpp')
-rw-r--r--src/devices/bus/electron/fbjoy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/electron/fbjoy.cpp b/src/devices/bus/electron/fbjoy.cpp
index ce9de6b9081..e5a4042cfeb 100644
--- a/src/devices/bus/electron/fbjoy.cpp
+++ b/src/devices/bus/electron/fbjoy.cpp
@@ -67,7 +67,7 @@ void electron_fbjoy_device::device_start()
// expbus_r - expansion data read
//-------------------------------------------------
-uint8_t electron_fbjoy_device::expbus_r(address_space &space, offs_t offset)
+uint8_t electron_fbjoy_device::expbus_r(offs_t offset)
{
uint8_t data = 0xff;