AltairZ80: Enable interrupt event after BOOT
This commit is contained in:
parent
ae9e57f659
commit
e444c674f6
1 changed files with 2 additions and 0 deletions
|
@ -581,6 +581,8 @@ static t_stat sio_reset(DEVICE *dptr) {
|
||||||
if (TerminalLines[i].conn)
|
if (TerminalLines[i].conn)
|
||||||
tmxr_reset_ln(&TerminalLines[i]);
|
tmxr_reset_ln(&TerminalLines[i]);
|
||||||
mapAltairPorts();
|
mapAltairPorts();
|
||||||
|
if (sio_unit.flags & UNIT_SIO_INTERRUPT)
|
||||||
|
sim_activate(&sio_unit, sio_unit.wait); /* activate unit */
|
||||||
return SCPE_OK;
|
return SCPE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue