summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/egret.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/egret.cpp')
-rw-r--r--src/mame/machine/egret.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/egret.cpp b/src/mame/machine/egret.cpp
index 35852a1c8ef..7a52caa50b8 100644
--- a/src/mame/machine/egret.cpp
+++ b/src/mame/machine/egret.cpp
@@ -82,7 +82,7 @@ ADDRESS_MAP_END
// MACHINE_CONFIG
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( egret )
+static MACHINE_CONFIG_START( egret )
MCFG_CPU_ADD(EGRET_CPU_TAG, M68HC05EG, XTAL_32_768kHz*192) // 32.768 kHz input clock, can be PLL'ed to x128 = 4.1 MHz under s/w control
MCFG_CPU_PROGRAM_MAP(egret_map)
MACHINE_CONFIG_END