summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/duet16.cpp
diff options
context:
space:
mode:
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);