AltairZ80: Enable interrupt event after BOOT

This commit is contained in:
Patrick Linstruth 2024-03-03 12:19:13 -05:00 committed by Paul Koning
parent ae9e57f659
commit e444c674f6

View file

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