summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/mpu401.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/mpu401.cpp')
-rw-r--r--src/devices/bus/isa/mpu401.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/mpu401.cpp b/src/devices/bus/isa/mpu401.cpp
index 84757bbb6cf..7e71471317d 100644
--- a/src/devices/bus/isa/mpu401.cpp
+++ b/src/devices/bus/isa/mpu401.cpp
@@ -48,7 +48,7 @@ DEFINE_DEVICE_TYPE(ISA8_MPU401, isa8_mpu401_device, "isa_mpu401", "Roland MPU-40
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( isa8_mpu401_device::device_add_mconfig )
+MACHINE_CONFIG_START(isa8_mpu401_device::device_add_mconfig)
MCFG_MPU401_ADD(MPU_CORE_TAG, WRITELINE(isa8_mpu401_device, mpu_irq_out))
MACHINE_CONFIG_END