summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/smartwatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/smartwatch.cpp')
-rw-r--r--src/devices/bus/cpc/smartwatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/smartwatch.cpp b/src/devices/bus/cpc/smartwatch.cpp
index cef0a846572..c5154b06394 100644
--- a/src/devices/bus/cpc/smartwatch.cpp
+++ b/src/devices/bus/cpc/smartwatch.cpp
@@ -19,7 +19,7 @@
DEFINE_DEVICE_TYPE(CPC_SMARTWATCH, cpc_smartwatch_device, "cpc_smartwatch", "Dobbertin Smartwatch")
-static MACHINE_CONFIG_FRAGMENT( cpc_smartwatch )
+static MACHINE_CONFIG_START( cpc_smartwatch )
MCFG_DS1315_ADD("rtc")
// no pass-through (?)
MACHINE_CONFIG_END