PDP11, VAX: Add sim_tape library trace debug option to the TS device.
This commit is contained in:
parent
ff0f9a7198
commit
e1d5ab153e
1 changed files with 1 additions and 1 deletions
|
@ -1084,7 +1084,7 @@ t_stat ts_attach (UNIT *uptr, char *cptr)
|
||||||
{
|
{
|
||||||
t_stat r;
|
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? */
|
if (r != SCPE_OK) /* error? */
|
||||||
return r;
|
return r;
|
||||||
tssr = tssr & ~TSSR_OFL; /* clr offline */
|
tssr = tssr & ~TSSR_OFL; /* clr offline */
|
||||||
|
|
Loading…
Add table
Reference in a new issue