Stop ptp_svc from setting the ios bit; sim_instr never clears it and simulation loops.

The CPU-to-device routines and device service routines need a redesign.
In the meantime, this quick patch makes tape punching possible.
This commit is contained in:
Derek Peschel 2023-09-15 02:28:56 -07:00 committed by Paul Koning
parent 0ca09194fa
commit 6474252ed4

View file

@ -524,7 +524,6 @@ int32 ptp (int32 inst, int32 dev, int32 dat)
t_stat ptp_svc (UNIT *uptr)
{
ios = 1; /* restart */
iosta = iosta | IOS_PTP; /* set flag */
if ((uptr->flags & UNIT_ATT) == 0) /* not attached? */
return SCPE_UNATT;