summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/t5182.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/t5182.cpp')
-rw-r--r--src/mame/audio/t5182.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/t5182.cpp b/src/mame/audio/t5182.cpp
index 1f20307f31a..ab1e5f4ee77 100644
--- a/src/mame/audio/t5182.cpp
+++ b/src/mame/audio/t5182.cpp
@@ -366,10 +366,10 @@ ADDRESS_MAP_END
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( t5182 )
+// MACHINE_CONFIG_START( t5182 )
//-------------------------------------------------
-MACHINE_CONFIG_FRAGMENT( t5182 )
+MACHINE_CONFIG_START( t5182 )
MCFG_CPU_ADD("t5182_z80", Z80, T5182_CLOCK)
MCFG_CPU_PROGRAM_MAP(t5182_map)
MCFG_CPU_IO_MAP(t5182_io)