summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bbcbc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bbcbc.cpp')
-rw-r--r--src/mame/drivers/bbcbc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bbcbc.cpp b/src/mame/drivers/bbcbc.cpp
index c2d6d661d9f..96e346aed67 100644
--- a/src/mame/drivers/bbcbc.cpp
+++ b/src/mame/drivers/bbcbc.cpp
@@ -131,7 +131,7 @@ static MACHINE_CONFIG_START( bbcbc, bbcbc_state )
MCFG_CPU_ADD( "maincpu", Z80, MAIN_CLOCK / 8 )
MCFG_CPU_PROGRAM_MAP( bbcbc_prg)
MCFG_CPU_IO_MAP( bbcbc_io)
- MCFG_CPU_CONFIG(bbcbc_daisy_chain)
+ MCFG_Z80_DAISY_CHAIN(bbcbc_daisy_chain)
MCFG_DEVICE_ADD("z80pio", Z80PIO, MAIN_CLOCK/8)