summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/diexec.cpp')
-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);