mirror of
https://github.com/simh/simh.git
synced 2026-04-18 00:48:13 +00:00
NOVA, ECLIPSE, PDP11, PDP8, SIGMA, Unibus VAXen: Call tape detach API on unload
This commit is contained in:
@@ -694,7 +694,7 @@ switch (fnc) { /* case on function */
|
||||
set_tuer (ER_UNS);
|
||||
break;
|
||||
}
|
||||
detach_unit (uptr);
|
||||
sim_tape_detach (uptr);
|
||||
uptr->USTAT = FS_REW;
|
||||
sim_activate (uptr, tu_time);
|
||||
tucs1 = tucs1 & ~CS1_GO;
|
||||
|
||||
Reference in New Issue
Block a user