summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti99_8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti99_8.cpp')
-rw-r--r--src/mame/drivers/ti99_8.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/ti99_8.cpp b/src/mame/drivers/ti99_8.cpp
index 99aa0804886..44876108c35 100644
--- a/src/mame/drivers/ti99_8.cpp
+++ b/src/mame/drivers/ti99_8.cpp
@@ -609,6 +609,9 @@ WRITE_LINE_MEMBER( ti99_8_state::console_reset )
// Setting ready to false so that automatic wait states are enabled
m_cpu->ready_line(CLEAR_LINE);
m_cpu->reset_line(ASSERT_LINE);
+
+ // Send RESET to the IOPort
+ m_ioport->reset_in(state);
}
}