sims icon indicating copy to clipboard operation
sims copied to clipboard

DECtape clears command on function stop

Open aap opened this issue 3 years ago • 0 comments

In kx10_dt.c:

    if (dtsb & DTB_STOP) {
            dtsa &= ~0700;          /* Clear command */
    }

This is not done by the hardware and it breaks MACTAP for TD10

aap avatar Jul 28 '22 13:07 aap