summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/joystand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/joystand.cpp')
-rw-r--r--src/mame/drivers/joystand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/joystand.cpp b/src/mame/drivers/joystand.cpp
index 900f3ccb810..c1e946e5f46 100644
--- a/src/mame/drivers/joystand.cpp
+++ b/src/mame/drivers/joystand.cpp
@@ -637,7 +637,7 @@ MACHINE_CONFIG_START(joystand_state::joystand)
// devices
EEPROM_93C46_16BIT(config, "eeprom");
- MCFG_DEVICE_ADD("rtc", MSM6242, XTAL(32'768))
+ MSM6242(config, "rtc", XTAL(32'768));
MACHINE_CONFIG_END