1
0
mirror of https://github.com/simh/simh.git synced 2026-01-14 15:45:18 +00:00
simh.simh/tt2500/tests/tt2500_test.ini
Mark Pizzolato 829d696c5e Various Simulators: Changed line endings on accessory text files to CRLF
In following simh project standards
2023-03-10 15:32:06 -10:00

18 lines
214 B
INI

cd %~p0
set tv disabled
set crt disabled
on error goto failed
break 1235
load test.ascii
run 100
:failed
if (PC != 669) echof "\n*** TEST FAILED\n"; exit 1
echof "\n*** TEST PASSED\n"
exit 0