mirror of
https://github.com/open-simh/simh.git
synced 2026-03-03 18:26:48 +00:00
AltairZ80: Enable interrupt event after BOOT
This commit is contained in:
committed by
Paul Koning
parent
ae9e57f659
commit
e444c674f6
@@ -581,6 +581,8 @@ static t_stat sio_reset(DEVICE *dptr) {
|
||||
if (TerminalLines[i].conn)
|
||||
tmxr_reset_ln(&TerminalLines[i]);
|
||||
mapAltairPorts();
|
||||
if (sio_unit.flags & UNIT_SIO_INTERRUPT)
|
||||
sim_activate(&sio_unit, sio_unit.wait); /* activate unit */
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user