https://github.com/virtualagc/virtualagc
Revision aefc1664da95b73bfb4b3a81026343b28693d531 authored by Mike Stewart on 24 December 2020, 06:58:42 UTC, committed by Mike Stewart on 24 December 2020, 06:58:42 UTC
1 parent 4d7510c
Raw File
Tip revision: aefc1664da95b73bfb4b3a81026343b28693d531 authored by Mike Stewart on 24 December 2020, 06:58:42 UTC
Comanche 45: implemented a fix for anomaly COM-4 that gives the correct checksums and the correct word count
Tip revision: aefc166
SimColossus249_lite.bat
# This batch file runs the CM elements of the Virtual AGC 
# emulation for software version 249 of Colossus.
rem What it WANTS to do by default is jump down to :WinAGC.  The other
rem (legacy) stuff is just there in case I hear of some excruciatingly
rem awful problem with WinAGC.
c:
cd \mingw\bin
if f==f%NOTWINAGC% goto WinAGC
if f==f%XPPRO% goto notxppro
  start /min "CMyaAGC" yaAGC --core=Colossus249.bin %2
  start "CMsimulator" LM_Simulator "--cfg=lm_simulator.ini" "--port=19701" 
  SimStop CMyaAGC CMsimulator
  goto done
:notxppro
  start /min yaAGC --core=Colossus249.bin %2
  start LM_Simulator "--cfg=lm_simulator_windows.ini" "--port=19701" 
:WinAGC
  WinAGC <SimColossus249_lite.xeq
:done



back to top