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 83aa59e0ee5..85c841d8052 100644
--- a/src/devices/bus/cbus/mpu_pc98.cpp
+++ b/src/devices/bus/cbus/mpu_pc98.cpp
@@ -46,7 +46,7 @@ DEFINE_DEVICE_TYPE(MPU_PC98, mpu_pc98_device, "mpu_pc98", "Roland MPU-401 MIDI I
//-------------------------------------------------
MACHINE_CONFIG_START(mpu_pc98_device::device_add_mconfig)
- MCFG_MPU401_ADD(MPU_CORE_TAG, WRITELINE(mpu_pc98_device, mpu_irq_out))
+ MCFG_MPU401_ADD(MPU_CORE_TAG, WRITELINE(*this, mpu_pc98_device, mpu_irq_out))
MACHINE_CONFIG_END