1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-27 04:37:02 +00:00

NOVA, ECLIPSE, PDP11, PDP8, SIGMA, Unibus VAXen: Call tape detach API on unload

This commit is contained in:
Mark Pizzolato
2020-04-04 09:49:15 -07:00
parent d0de8b807f
commit f9883668f1
6 changed files with 6 additions and 6 deletions

View File

@@ -366,7 +366,7 @@ switch (cmd) { /* case on command */
break;
case MCM_RWU: /* rewind unload */
r = detach_unit (uptr);
r = sim_tape_detach (uptr);
break;
case MCM_REW: /* rewind */