summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tandy1t.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tandy1t.cpp')
-rw-r--r--src/mame/drivers/tandy1t.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/tandy1t.cpp b/src/mame/drivers/tandy1t.cpp
index 8af3a78fbdb..ad6000156ef 100644
--- a/src/mame/drivers/tandy1t.cpp
+++ b/src/mame/drivers/tandy1t.cpp
@@ -662,6 +662,8 @@ void tandy1000_state::tandy1000_common(machine_config &config)
{
T1000_MOTHERBOARD(config, m_mb, 0);
m_mb->set_cputag("maincpu");
+ m_mb->int_callback().set_inputline("maincpu", 0);
+ m_mb->nmi_callback().set_inputline("maincpu", INPUT_LINE_NMI);
/* video hardware */
PCVIDEO_T1000(config, m_video, 0);