summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/duet16.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-06-16 14:29:11 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-06-16 14:38:16 -0400
commitd95b0b95c75425e42fdf51af613084536b02c4c0 (patch)
tree06fd836231814b9d9f72b579482b0155d53ce17d /src/mame/drivers/duet16.cpp
parentb9bc5cf15144e3ed55d0e84e6f046c4e479f4984 (diff)
mcs48: Further distinction of UPI variants (nw)
Diffstat (limited to 'src/mame/drivers/duet16.cpp')
-rw-r--r--src/mame/drivers/duet16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/duet16.cpp b/src/mame/drivers/duet16.cpp
index 3e9603c1a3d..de7e5b0cee1 100644
--- a/src/mame/drivers/duet16.cpp
+++ b/src/mame/drivers/duet16.cpp
@@ -367,7 +367,7 @@ void duet16_state::duet16(machine_config &config)
i8087.irq().set(m_pic, FUNC(pic8259_device::ir2_w)); // INT87
i8087.busy().set_inputline(m_maincpu, INPUT_LINE_TEST);
- I8741(config, "i8741", 20_MHz_XTAL / 4);
+ I8741A(config, "i8741", 20_MHz_XTAL / 4);
PIC8259(config, m_pic, 0);
m_pic->out_int_callback().set_inputline(m_maincpu, 0);