mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
diexec: Note flaw in INPUT_LINE_RESET implementation (nw)
This commit is contained in:
parent
fcdae5b951
commit
c92693983d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user