summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/tdos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/tdos.cpp')
-rw-r--r--src/devices/bus/c64/tdos.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/c64/tdos.cpp b/src/devices/bus/c64/tdos.cpp
index 11019901cdd..87faabb69e8 100644
--- a/src/devices/bus/c64/tdos.cpp
+++ b/src/devices/bus/c64/tdos.cpp
@@ -150,10 +150,10 @@ DEFINE_DEVICE_TYPE(C64_TDOS, c64_tdos_cartridge_device, "c64_tdos", "C64 TDOS ca
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( c64_multiscreen )
+// MACHINE_CONFIG_START( c64_multiscreen )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( c64_tdos )
+static MACHINE_CONFIG_START( c64_tdos )
MCFG_DEVICE_ADD(MC68A52P_TAG, MC6852, XTAL_6_5MHz)
MCFG_C64_PASSTHRU_EXPANSION_SLOT_ADD()