summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-04-08 19:06:55 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-04-08 19:06:55 -0400
commitc92693983d507c26ca7c1ec5cefe29f3ef6768a3 (patch)
tree3d1c86ab1bda6ddd42da43e1ba75e3c12fdf24be
parentfcdae5b951d7d6de5d33fc5a2c324e93cf41ba34 (diff)
diexec: Note flaw in INPUT_LINE_RESET implementation (nw)
-rw-r--r--src/emu/diexec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/diexec.cpp b/src/emu/diexec.cpp
index 6b6964dbb0d..3cae100162e 100644
--- a/src/emu/diexec.cpp
+++ b/src/emu/diexec.cpp
@@ -726,6 +726,7 @@ if (TEMPLOG) printf(" (%d,%d)\n", m_curstate, m_curvector);
if (m_linenum == INPUT_LINE_RESET)
{
// if we're asserting the line, just halt the device
+ // FIXME: outputs of onboard peripherals also need to be deactivated at this time
if (m_curstate == ASSERT_LINE)
m_execute->suspend(SUSPEND_REASON_RESET, true);