mirror of
https://github.com/PDP-10/its.git
synced 2026-04-24 19:40:28 +00:00
Fix bug in TM03 code.
This commit is contained in:
@@ -2033,7 +2033,7 @@ MGVTC1: IORDI T,%TMCS1 ;Get status
|
|||||||
TXNE T,%TM1TE\%TM1MP ;Controller error?
|
TXNE T,%TM1TE\%TM1MP ;Controller error?
|
||||||
JRST MGERR ;Yes, bad
|
JRST MGERR ;Yes, bad
|
||||||
IORDI T,%TMFS ;Get formatter status
|
IORDI T,%TMFS ;Get formatter status
|
||||||
TXNE T,%TMSES ;Formatter error?
|
TXNN T,%TMSES ;Formatter error?
|
||||||
JRST MGNVT ;No error, not a new tape
|
JRST MGNVT ;No error, not a new tape
|
||||||
IORDI T,%TMERR ;Get formatter error register
|
IORDI T,%TMERR ;Get formatter error register
|
||||||
TXNE T,%TMEFC ;Frame Count error?
|
TXNE T,%TMEFC ;Frame Count error?
|
||||||
|
|||||||
Reference in New Issue
Block a user