summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abcbus/fd2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/abcbus/fd2.cpp')
-rw-r--r--src/devices/bus/abcbus/fd2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/abcbus/fd2.cpp b/src/devices/bus/abcbus/fd2.cpp
index d3981c5f776..3f1a16b0be5 100644
--- a/src/devices/bus/abcbus/fd2.cpp
+++ b/src/devices/bus/abcbus/fd2.cpp
@@ -234,7 +234,7 @@ FLOPPY_FORMATS_END
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( abc_fd2_device::device_add_mconfig )
+MACHINE_CONFIG_START(abc_fd2_device::device_add_mconfig)
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_4MHz/2)
MCFG_CPU_PROGRAM_MAP(abc_fd2_mem)
MCFG_CPU_IO_MAP(abc_fd2_io)