summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apricotkb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/apricotkb.cpp')
-rw-r--r--src/mame/machine/apricotkb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/apricotkb.cpp b/src/mame/machine/apricotkb.cpp
index 9691e1c9941..18fa981a287 100644
--- a/src/mame/machine/apricotkb.cpp
+++ b/src/mame/machine/apricotkb.cpp
@@ -67,7 +67,7 @@ ADDRESS_MAP_END
// MACHINE_DRIVER( apricot_keyboard )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( apricot_keyboard )
+static MACHINE_CONFIG_START( apricot_keyboard )
#ifdef UPD7507_EMULATED
MCFG_CPU_ADD(UPD7507C_TAG, UPD7507, XTAL_32_768kHz)
MCFG_CPU_IO_MAP(apricot_keyboard_io)