summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/x1twin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/x1twin.cpp')
-rw-r--r--src/mame/drivers/x1twin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/x1twin.cpp b/src/mame/drivers/x1twin.cpp
index 41783de4e28..c5d431da65a 100644
--- a/src/mame/drivers/x1twin.cpp
+++ b/src/mame/drivers/x1twin.cpp
@@ -403,7 +403,7 @@ static MACHINE_CONFIG_START( x1twin, x1twin_state )
MCFG_CPU_ADD("x1_cpu", Z80, X1_MAIN_CLOCK/4)
MCFG_CPU_PROGRAM_MAP(x1_mem)
MCFG_CPU_IO_MAP(x1_io)
- MCFG_CPU_CONFIG(x1_daisy)
+ MCFG_Z80_DAISY_CHAIN(x1_daisy)
MCFG_DEVICE_ADD("ctc", Z80CTC, MAIN_CLOCK/4)
MCFG_Z80CTC_INTR_CB(INPUTLINE("x1_cpu", INPUT_LINE_IRQ0))