1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-22 09:03:20 +00:00

Fix bug in TM03 code.

This commit is contained in:
Lars Brinkhoff
2017-12-14 20:41:22 +01:00
parent 55c0fccfd2
commit afa7ca6ef4

View File

@@ -2033,7 +2033,7 @@ MGVTC1: IORDI T,%TMCS1 ;Get status
TXNE T,%TM1TE\%TM1MP ;Controller error?
JRST MGERR ;Yes, bad
IORDI T,%TMFS ;Get formatter status
TXNE T,%TMSES ;Formatter error?
TXNN T,%TMSES ;Formatter error?
JRST MGNVT ;No error, not a new tape
IORDI T,%TMERR ;Get formatter error register
TXNE T,%TMEFC ;Frame Count error?