summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/mpu_pc98.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbus/mpu_pc98.cpp')
-rw-r--r--src/devices/bus/cbus/mpu_pc98.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cbus/mpu_pc98.cpp b/src/devices/bus/cbus/mpu_pc98.cpp
index 0f26fe4ac94..b669bb8769e 100644
--- a/src/devices/bus/cbus/mpu_pc98.cpp
+++ b/src/devices/bus/cbus/mpu_pc98.cpp
@@ -72,7 +72,7 @@ ADDRESS_MAP_END
void mpu_pc98_device::device_start()
{
address_space &iospace = machine().firstcpu->space(AS_IO);
- iospace.install_device(0xe0d0, 0xe0d3, *this, map, 16, 0xffffffffffffffffU >> (64 - iospace.data_width()));
+ iospace.install_device(0xe0d0, 0xe0d3, *this, &mpu_pc98_device::map, 16, 0xffffffffffffffffU >> (64 - iospace.data_width()));
}
//-------------------------------------------------