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 489d5779562..be82c7764b4 100644
--- a/src/devices/bus/cbus/mpu_pc98.cpp
+++ b/src/devices/bus/cbus/mpu_pc98.cpp
@@ -45,7 +45,7 @@ DEFINE_DEVICE_TYPE(MPU_PC98, mpu_pc98_device, "mpu_pc98", "Roland MPU-401 MIDI I
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( mpu_pc98_device::device_add_mconfig )
+MACHINE_CONFIG_START(mpu_pc98_device::device_add_mconfig)
MCFG_MPU401_ADD(MPU_CORE_TAG, WRITELINE(mpu_pc98_device, mpu_irq_out))
MACHINE_CONFIG_END