summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/adp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/adp.cpp')
-rw-r--r--src/mame/drivers/adp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/adp.cpp b/src/mame/drivers/adp.cpp
index a48674cf797..e25c64cd256 100644
--- a/src/mame/drivers/adp.cpp
+++ b/src/mame/drivers/adp.cpp
@@ -558,8 +558,8 @@ MACHINE_CONFIG_START(adp_state::quickjac)
NVRAM(config, m_nvram, nvram_device::DEFAULT_NONE);
- MCFG_DEVICE_ADD("rtc", MSM6242, XTAL(32'768))
- //MCFG_MSM6242_OUT_INT_HANDLER(WRITELINE(*this, adp_state, rtc_irq))
+ MSM6242(config, "rtc", XTAL(32'768));
+ //rtc.out_int_handler().set(FUNC(adp_state::rtc_irq));
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)