Skip to content

Commit

Permalink
AltairZ80: Enable interrupt event after BOOT
Browse files Browse the repository at this point in the history
  • Loading branch information
deltecent authored and pkoning2 committed Mar 13, 2024
1 parent ae9e57f commit e444c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AltairZ80/altairz80_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e444c67

Please sign in to comment.