1
0
mirror of https://github.com/simh/simh.git synced 2026-02-27 09:09:46 +00:00

AltairZ80: Enable interrupt event after BOOT

This commit is contained in:
Patrick Linstruth
2024-03-03 12:19:13 -05:00
committed by Mark Pizzolato
parent c856f48634
commit b523caac82

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