summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/dmv/k803.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/dmv/k803.cpp')
-rw-r--r--src/devices/bus/dmv/k803.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/dmv/k803.cpp b/src/devices/bus/dmv/k803.cpp
index 299b0655e40..144580e355a 100644
--- a/src/devices/bus/dmv/k803.cpp
+++ b/src/devices/bus/dmv/k803.cpp
@@ -14,7 +14,7 @@
IMPLEMENTATION
***************************************************************************/
-static MACHINE_CONFIG_FRAGMENT( dmv_k803 )
+static MACHINE_CONFIG_START( dmv_k803 )
MCFG_DEVICE_ADD("rtc", MM58167, XTAL_32_768kHz)
MCFG_MM58167_IRQ_CALLBACK(WRITELINE(dmv_k803_device, rtc_irq_w))
MACHINE_CONFIG_END