summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pet/superpet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pet/superpet.cpp')
-rw-r--r--src/devices/bus/pet/superpet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/pet/superpet.cpp b/src/devices/bus/pet/superpet.cpp
index 87783f39d41..f2ed22faefc 100644
--- a/src/devices/bus/pet/superpet.cpp
+++ b/src/devices/bus/pet/superpet.cpp
@@ -66,10 +66,10 @@ ADDRESS_MAP_END
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( superpet )
+// MACHINE_CONFIG_START( superpet )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( superpet )
+static MACHINE_CONFIG_START( superpet )
MCFG_CPU_ADD(M6809_TAG, M6809, XTAL_16MHz/16)
MCFG_CPU_PROGRAM_MAP(superpet_mem)