summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/rtc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/rtc.cpp')
-rw-r--r--src/devices/bus/wangpc/rtc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/rtc.cpp b/src/devices/bus/wangpc/rtc.cpp
index f8a436af0c8..34279514870 100644
--- a/src/devices/bus/wangpc/rtc.cpp
+++ b/src/devices/bus/wangpc/rtc.cpp
@@ -104,7 +104,7 @@ static const z80_daisy_config wangpc_rtc_daisy_chain[] =
static MACHINE_CONFIG_FRAGMENT( wangpc_rtc )
MCFG_CPU_ADD(Z80_TAG, Z80, 2000000)
- MCFG_CPU_CONFIG(wangpc_rtc_daisy_chain)
+ MCFG_Z80_DAISY_CHAIN(wangpc_rtc_daisy_chain)
MCFG_CPU_PROGRAM_MAP(wangpc_rtc_mem)
MCFG_CPU_IO_MAP(wangpc_rtc_io)