summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/inder_sb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/inder_sb.cpp')
-rw-r--r--src/mame/machine/inder_sb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/inder_sb.cpp b/src/mame/machine/inder_sb.cpp
index bad2b30d279..bd5cbd170a1 100644
--- a/src/mame/machine/inder_sb.cpp
+++ b/src/mame/machine/inder_sb.cpp
@@ -259,7 +259,7 @@ ADDRESS_MAP_END
static MACHINE_CONFIG_FRAGMENT( inder_sb )
MCFG_CPU_ADD("audiocpu", Z80, 8000000) // unk freq
- MCFG_CPU_CONFIG(daisy_chain)
+ MCFG_Z80_DAISY_CHAIN(daisy_chain)
MCFG_CPU_PROGRAM_MAP(sound_map)
MCFG_CPU_IO_MAP(sound_io)