summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-22 02:32:26 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-22 02:32:26 -0500
commitf2405a9cc85732a62a828638d3937aa18a0effa8 (patch)
treecc6c7950fb95a07ea0932c211b10b2c0071aabc6
parent05eb5f34a2b9edffaf7c235924413f440fcea0d0 (diff)
esqkt: Fix device type (nw)
-rw-r--r--src/mame/drivers/esqkt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/esqkt.cpp b/src/mame/drivers/esqkt.cpp
index 7b886790275..c20cf0f1c63 100644
--- a/src/mame/drivers/esqkt.cpp
+++ b/src/mame/drivers/esqkt.cpp
@@ -114,7 +114,7 @@ public:
required_device<m68ec020_device> m_maincpu;
required_device<es5510_device> m_esp;
- required_device<mc68681_device> m_duart;
+ required_device<scn2681_device> m_duart;
required_device<esqpanel2x16_sq1_device> m_sq1panel;
required_device<midi_port_device> m_mdout;