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:
committed by
Mark Pizzolato
parent
c856f48634
commit
b523caac82
@@ -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