diexec: Note flaw in INPUT_LINE_RESET implementation (nw)

This commit is contained in:
AJR 2018-04-08 19:06:55 -04:00
parent fcdae5b951
commit c92693983d

View File

@ -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);