1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-22 15:18:16 +00:00

SEL32: Added auto diagnostics run to build.

This commit is contained in:
Richard Cornwell
2019-08-04 15:23:58 -04:00
parent 6d17be533d
commit 57df5a0ecc

View File

@@ -0,0 +1,23 @@
cd %~p0
set debug -n sel.log
set CPU 32/67 4M
set coml0 enable
set coml1 enable
set coml2 enable
set coml3 enable
set coml4 enable
set coml5 enable
set coml6 enable
set coml7 enable
;
set comc enable
set lpr enable
at lpr lprout
at mta0 diag.tap
at mta1 temptape.tap
at mta2 output.tap
bo mta0
det all
rm temptape.tap
rm output.tap
quit