https://github.com/virtualagc/virtualagc
Raw File
Tip revision: 7d6cec3857985b92ed11312dcdeac0a49edb0ab8 authored by Mike Stewart on 13 March 2018, 04:58:16 UTC
yaAGC: Integrated the LR and RR into the new PulseInput/PulseOutput interface
Tip revision: 7d6cec3
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