summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/cart/cumana.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/electron/cart/cumana.cpp')
-rw-r--r--src/devices/bus/electron/cart/cumana.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/electron/cart/cumana.cpp b/src/devices/bus/electron/cart/cumana.cpp
index 7f7780400ad..9d68f432cbc 100644
--- a/src/devices/bus/electron/cart/cumana.cpp
+++ b/src/devices/bus/electron/cart/cumana.cpp
@@ -54,7 +54,7 @@ MACHINE_CONFIG_START(electron_cumana_device::device_add_mconfig)
MCFG_FLOPPY_DRIVE_SOUND(true)
/* rtc */
- MCFG_MC146818_ADD("rtc", 32.768_kHz_XTAL)
+ MCFG_DEVICE_ADD("rtc", MC146818, 32.768_kHz_XTAL)
MACHINE_CONFIG_END
//**************************************************************************