summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abcbus/hdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/abcbus/hdc.cpp')
-rw-r--r--src/devices/bus/abcbus/hdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/abcbus/hdc.cpp b/src/devices/bus/abcbus/hdc.cpp
index 5c06a863d83..9c05fdd44ec 100644
--- a/src/devices/bus/abcbus/hdc.cpp
+++ b/src/devices/bus/abcbus/hdc.cpp
@@ -81,7 +81,7 @@ static const z80_daisy_config daisy_chain[] =
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( abc_hdc_device::device_add_mconfig )
+MACHINE_CONFIG_START(abc_hdc_device::device_add_mconfig)
MCFG_CPU_ADD(Z80_TAG, Z80, 4000000)
MCFG_CPU_PROGRAM_MAP(abc_hdc_mem)
MCFG_CPU_IO_MAP(abc_hdc_io)