summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maygayv1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maygayv1.cpp')
-rw-r--r--src/mame/drivers/maygayv1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maygayv1.cpp b/src/mame/drivers/maygayv1.cpp
index 2288214dd6d..7577957b9cc 100644
--- a/src/mame/drivers/maygayv1.cpp
+++ b/src/mame/drivers/maygayv1.cpp
@@ -897,7 +897,7 @@ static MACHINE_CONFIG_START( maygayv1 )
MCFG_PALETTE_ADD("palette", 16)
- MCFG_MC68681_ADD("duart68681", DUART_CLOCK)
+ MCFG_DEVICE_ADD("duart68681", MC68681, DUART_CLOCK)
MCFG_MC68681_IRQ_CALLBACK(WRITELINE(maygayv1_state, duart_irq_handler))
MCFG_MC68681_A_TX_CALLBACK(WRITELINE(maygayv1_state, duart_txa))