summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/harddriv.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-22 10:59:00 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-22 10:59:05 -0500
commitdce16721c900d7df5c2a22b658d22ad505c3d59d (patch)
treeb6e6579ddd64db617e56586c1b1cc45b418a1ba6 /src/mame/drivers/harddriv.cpp
parent837b7b17b6a448a19d730741866142f019511876 (diff)
mc68681: Use MCFG_DEVICE_ADD instead of custom macro; switch one more to SCN2681 (nw)
Diffstat (limited to 'src/mame/drivers/harddriv.cpp')
-rw-r--r--src/mame/drivers/harddriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/harddriv.cpp b/src/mame/drivers/harddriv.cpp
index 5cc063e8384..ad742c134a5 100644
--- a/src/mame/drivers/harddriv.cpp
+++ b/src/mame/drivers/harddriv.cpp
@@ -1446,7 +1446,7 @@ static MACHINE_CONFIG_START( driver_nomsp )
MCFG_M48T02_ADD("200e") // MK48T02
MCFG_EEPROM_2816_ADD("210e") // MK48Z02
- MCFG_MC68681_ADD("duartn68681", XTAL_3_6864MHz)
+ MCFG_DEVICE_ADD("duartn68681", MC68681, XTAL_3_6864MHz)
MCFG_MC68681_IRQ_CALLBACK(WRITELINE(harddriv_state, harddriv_duart_irq_handler))
MCFG_MC68681_A_TX_CALLBACK(DEVWRITELINE ("rs232", rs232_port_device, write_txd))