summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tandy2k.c
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2014-04-23 18:38:15 +0000
committer cracyc <cracyc@users.noreply.github.com>2014-04-23 18:38:15 +0000
commit379fe346addbeeef5692dca44a3d3bc0ba8d984f (patch)
tree8ff3867a06eae85072e092b6d52521424a7b28a4 /src/mess/drivers/tandy2k.c
parentd2b84cb39139ac12f5053d8f983e0f0da154b8bf (diff)
pic8259: remove trampolines (nw)
Diffstat (limited to 'src/mess/drivers/tandy2k.c')
-rw-r--r--src/mess/drivers/tandy2k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/tandy2k.c b/src/mess/drivers/tandy2k.c
index 67a13f06074..c66b3dd5742 100644
--- a/src/mess/drivers/tandy2k.c
+++ b/src/mess/drivers/tandy2k.c
@@ -712,7 +712,7 @@ WRITE_LINE_MEMBER( tandy2k_state::kbddat_w )
READ8_MEMBER( tandy2k_state::irq_callback )
{
- return (offset ? m_pic1 : m_pic0)->inta_r();
+ return (offset ? m_pic1 : m_pic0)->acknowledge();
}
// Machine Initialization