mirror of
https://github.com/open-simh/simh.git
synced 2026-01-20 10:04:28 +00:00
PDP11, VAX: Add sim_tape library trace debug option to the TS device.
This commit is contained in:
parent
ff0f9a7198
commit
e1d5ab153e
@ -1084,7 +1084,7 @@ t_stat ts_attach (UNIT *uptr, char *cptr)
|
||||
{
|
||||
t_stat r;
|
||||
|
||||
r = sim_tape_attach (uptr, cptr); /* attach unit */
|
||||
r = sim_tape_attach_ex (uptr, cptr, DBG_TAP, 0); /* attach unit */
|
||||
if (r != SCPE_OK) /* error? */
|
||||
return r;
|
||||
tssr = tssr & ~TSSR_OFL; /* clr offline */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user