Confs: default L4TIMER to FAST (setenv arg2 s->f, all 14 launch confs)

L4TIMER selects the game clock (L4TIME.CPP): FAST = HMI SOS interrupt
clock at 28 Hz, unset = polled 18.2 Hz BIOS tick. Not a speed switch --
finer time quantum, smoother sim dt and timing cadences.

Per the operator: the flag tracked the deployed fleet's hardware --
original Tesla pods ran Pentium Pro 90s (SLOW), later fleets Pentium
Pro 200s (FAST). The emulated pod has no ISR-headroom constraint, so
FAST is our default from here on.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-07-08 09:10:08 -05:00
co-authored by Claude Fable 5
parent e7e1d72a66
commit 6853b123ed
14 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ cd \REL410\BT
set VIDEOFORMAT=svga set VIDEOFORMAT=svga
set BLASTER=A220 I5 D1 H5 P330 T6 set BLASTER=A220 I5 D1 H5 P330 T6
set TEMP=c:\ set TEMP=c:\
call setenv.bat r s n n call setenv.bat r f n n
call showenv.bat call showenv.bat
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg test.egg btl4opt.exe -egg test.egg
+1 -1
View File
@@ -17,7 +17,7 @@ cd \REL410\BT
set VIDEOFORMAT=svga set VIDEOFORMAT=svga
set BLASTER=A220 I5 D1 H5 P330 T6 set BLASTER=A220 I5 D1 H5 P330 T6
set TEMP=c:\ set TEMP=c:\
call setenv.bat r s n n call setenv.bat r f n n
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg test.egg btl4opt.exe -egg test.egg
32rtm.exe -u 32rtm.exe -u
+1 -1
View File
@@ -34,7 +34,7 @@ cd \REL410\BT
set VIDEOFORMAT=svga set VIDEOFORMAT=svga
set BLASTER=A220 I5 D1 H5 P330 T6 set BLASTER=A220 I5 D1 H5 P330 T6
set TEMP=c:\ set TEMP=c:\
call setenv.bat r s n n call setenv.bat r f n n
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg test.egg btl4opt.exe -egg test.egg
32rtm.exe -u 32rtm.exe -u
+1 -1
View File
@@ -23,7 +23,7 @@ rem the pod: 15MB heap + the 640x480x16 gauge mode.
set HEAPSIZE=15000000 set HEAPSIZE=15000000
set L4GAUGE=640x480x16 set L4GAUGE=640x480x16
rem arg4=g enables the gauge/secondary displays -> exercises the VDB splitter rem arg4=g enables the gauge/secondary displays -> exercises the VDB splitter
call setenv.bat r s n g call setenv.bat r f n g
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg test.egg btl4opt.exe -egg test.egg
32rtm.exe -u 32rtm.exe -u
+1 -1
View File
@@ -30,7 +30,7 @@ rem gauges (15MB heap + 640x480x16) AND the RIO -- active mission so pal0's
rem palette-animation can be watched for selective flashing. rem palette-animation can be watched for selective flashing.
set HEAPSIZE=15000000 set HEAPSIZE=15000000
set L4GAUGE=640x480x16 set L4GAUGE=640x480x16
call setenv.bat r s n g call setenv.bat r f n g
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg test.egg btl4opt.exe -egg test.egg
32rtm.exe -u 32rtm.exe -u
+2 -2
View File
@@ -1,7 +1,7 @@
[sdl] [sdl]
output=opengl output=opengl
# higher,higher not highest: HIGH_PRIORITY_CLASS starved the host desktop; # higher,higher not highest: HIGH_PRIORITY_CLASS starved the host desktop;
# with the retry patches a rare dropout self-recovers (see gauge_rio.conf). # with the retry patches a rare dropout self-recovers (see gauge_rio.conf).
priority=higher,higher priority=higher,higher
[dosbox] [dosbox]
memsize=32 memsize=32
@@ -22,7 +22,7 @@ set BLASTER=A220 I5 D1 H5 P330 T6
set TEMP=c:\ set TEMP=c:\
set HEAPSIZE=15000000 set HEAPSIZE=15000000
set L4GAUGE=640x480x16 set L4GAUGE=640x480x16
call setenv.bat r s n g call setenv.bat r f n g
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg test.egg > c:\riolog.txt btl4opt.exe -egg test.egg > c:\riolog.txt
32rtm.exe -u 32rtm.exe -u
+1 -1
View File
@@ -17,7 +17,7 @@ cd \REL410\BT
set VIDEOFORMAT=svga set VIDEOFORMAT=svga
set BLASTER=A220 I5 D1 H5 P330 T6 set BLASTER=A220 I5 D1 H5 P330 T6
set TEMP=c:\ set TEMP=c:\
call setenv.bat r s n g call setenv.bat r f n g
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg test.egg > c:\gaugelog.txt btl4opt.exe -egg test.egg > c:\gaugelog.txt
32rtm.exe -u 32rtm.exe -u
+1 -1
View File
@@ -17,7 +17,7 @@ cd \REL410\BT
set VIDEOFORMAT=svga set VIDEOFORMAT=svga
set BLASTER=A220 I5 D1 H5 P330 T6 set BLASTER=A220 I5 D1 H5 P330 T6
set TEMP=c:\ set TEMP=c:\
call setenv.bat r s n g call setenv.bat r f n g
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg test.egg > c:\gaugelog.txt btl4opt.exe -egg test.egg > c:\gaugelog.txt
32rtm.exe -u 32rtm.exe -u
+1 -1
View File
@@ -60,7 +60,7 @@ set BLASTER=A220 I5 D1 H5 P330 T6
set TEMP=c:\ set TEMP=c:\
set HEAPSIZE=15000000 set HEAPSIZE=15000000
set L4GAUGE=640x480x16 set L4GAUGE=640x480x16
call setenv.bat r s s g call setenv.bat r f s g
echo === launching game via NetNub (RIO + sound; no -egg; waits for console) === echo === launching game via NetNub (RIO + sound; no -egg; waits for console) ===
32rtm.exe -x 32rtm.exe -x
netnub -p -f btl4opt > nn.log netnub -p -f btl4opt > nn.log
+1 -1
View File
@@ -38,6 +38,6 @@ set VIDEOFORMAT=svga
set TEMP=c:\ set TEMP=c:\
set HEAPSIZE=15000000 set HEAPSIZE=15000000
set L4GAUGE=640x480x16 set L4GAUGE=640x480x16
call setenv.bat r s n g call setenv.bat r f n g
echo === entering GO.BAT-style netnub loop (waits for console missions) === echo === entering GO.BAT-style netnub loop (waits for console missions) ===
call d:\loop.bat call d:\loop.bat
+1 -1
View File
@@ -20,7 +20,7 @@ set BLASTER=A220 I5 D1 H5 P330 T6
set TEMP=c:\ set TEMP=c:\
set HEAPSIZE=15000000 set HEAPSIZE=15000000
set L4GAUGE=640x480x16 set L4GAUGE=640x480x16
call setenv.bat r s n p call setenv.bat r f n p
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg testarn.egg btl4opt.exe -egg testarn.egg
32rtm.exe -u 32rtm.exe -u
@@ -48,7 +48,7 @@ rem arena2 STADIUM mission (TESTAR2.EGG: map=arena2, time=day - the walled arena
rem attached; stdout redirected so mission-load progress survives kills. rem attached; stdout redirected so mission-load progress survives kills.
set HEAPSIZE=15000000 set HEAPSIZE=15000000
set L4GAUGE=640x480x16 set L4GAUGE=640x480x16
call setenv.bat r s s p call setenv.bat r f s p
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg testar2.egg btl4opt.exe -egg testar2.egg
32rtm.exe -u 32rtm.exe -u
@@ -66,7 +66,7 @@ rem arena1 city mission (TESTARN.EGG: map=arena1, time=day), RIO attached,
rem bare -egg launch (no netnub) = the user's real-world test-egg setup. rem bare -egg launch (no netnub) = the user's real-world test-egg setup.
set HEAPSIZE=15000000 set HEAPSIZE=15000000
set L4GAUGE=640x480x16 set L4GAUGE=640x480x16
call setenv.bat r s s p call setenv.bat r f s p
32rtm.exe -x 32rtm.exe -x
rem stdout -> log: this optimized build still emits DEBUG_STREAM lines (the rem stdout -> log: this optimized build still emits DEBUG_STREAM lines (the
rem RIO retry spam proved it) -- capture the weapon fire-refusal reason. rem RIO retry spam proved it) -- capture the weapon fire-refusal reason.
@@ -48,7 +48,7 @@ rem arena1 city mission (TESTARN.EGG: map=arena1, time=day) with the RIO
rem attached; stdout redirected so mission-load progress survives kills. rem attached; stdout redirected so mission-load progress survives kills.
set HEAPSIZE=15000000 set HEAPSIZE=15000000
set L4GAUGE=640x480x16 set L4GAUGE=640x480x16
call setenv.bat r s s p call setenv.bat r f s p
32rtm.exe -x 32rtm.exe -x
btl4opt.exe -egg testarn.egg btl4opt.exe -egg testarn.egg
32rtm.exe -u 32rtm.exe -u