1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-23 10:58:12 +00:00

I7000: Updated IBM7090 test cases.

This commit is contained in:
Richard Cornwell 2020-10-31 10:50:44 -04:00
parent 2f0ca0fa02
commit f4f79dc24e
2 changed files with 5 additions and 3 deletions

View File

@ -1334,7 +1334,8 @@ HALT instruction, IC: 05520 ( 076000000004 ENK)
PASS COMPLETE CHANNELS A AND B
9T02 PASS COMPLETE - ALL UNITS CALLED
9T02 PASS COMPLETE - ALL UNITS CALLEDAttempt to access offline unit MTA0
HALT instruction, IC: 00000 ( 002000000030 TRA 00030)
9t03a
@ -1441,7 +1442,7 @@ HALT instruction, IC: 05520 ( 076000000004 ENK)
CHN B TF 02 -- 0168 RECORDS READ LOW RANGE AVERAGE
GO LINE DOWN ZERO TIME 010.10 000.04 010.10 MILSEC
GO LINE DOWN ZERO TIME 010.10 000.00 010.10 MILSEC
50 BKSP-READ OPNS 013.29 MILSEC AVG BETWEEN RD SEL AND FIRST WORD
CHN B TF 02 GAP TEST COMPLETE

View File

@ -1,6 +1,7 @@
cd %~p0
cd i7090
rm test.log
set noasync
set console -n -q log=test.log
set cpu 709
set dk disable
@ -166,5 +167,5 @@ del test*.tp
del test*.cbn
del test1.drm
set console nolog
if -F "test.log" == "good.test" delete test.log ; exit 0
if -F "test.log" == "good.test.bin" delete test.log ; exit 0
exit 1