summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68307.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/68307.cpp')
-rw-r--r--src/devices/machine/68307.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/68307.cpp b/src/devices/machine/68307.cpp
index 38f57097312..1a879b41eae 100644
--- a/src/devices/machine/68307.cpp
+++ b/src/devices/machine/68307.cpp
@@ -39,7 +39,7 @@ static ADDRESS_MAP_START( m68307_internal_map, AS_PROGRAM, 16, m68307_cpu_device
ADDRESS_MAP_END
-MACHINE_CONFIG_MEMBER( m68307_cpu_device::device_add_mconfig )
+MACHINE_CONFIG_START(m68307_cpu_device::device_add_mconfig)
MCFG_DEVICE_ADD("internal68681", MC68681, 16000000/4) // ?? Mhz - should be specified in inline config
MCFG_MC68681_IRQ_CALLBACK(WRITELINE(m68307_cpu_device, m68307_duart_irq_handler))
MCFG_MC68681_A_TX_CALLBACK(WRITELINE(m68307_cpu_device, m68307_duart_txa))