2
0
Fork 0

update makefiles

This commit is contained in:
Willem 2019-01-01 23:22:52 +01:00
parent 640fb2a03e
commit 3ae44eaab3
7 changed files with 87 additions and 18 deletions

View file

@ -1,16 +1,10 @@
mode 80
echo === Boot watchdog timeout
omsxctl set boot_wdt
echo === Disable boot watchdog
omsxctl set boot_wdt 0
echo === Set fail_after
omsxctl fail_after 3000
echo === Plug mouse
omsxctl plug joyporta mouse
echo === Set speed
omsxctl set speed 350
echo === Enable speed throttling
omsxctl fail_after 300 realtime dist_run 4
echo === Set renderer
omsxctl set renderer SDL
echo === Enable throttling
omsxctl set throttle on
echo === Start program
init
omsxctl exit
init
//omsxctl exit

7
src/domelib/autoexec.bat Normal file
View file

@ -0,0 +1,7 @@
mode 80
echo === Set new fail watchdog
omsxctl fail_after 120
echo === Start program
makelib
echo === End program
omsxctl exit

View file

@ -1,6 +1,4 @@
mode 80
echo === Disable boot watchdog
omsxctl set boot_wdt off
echo === Test fail_after
omsxctl fail_after 60
omsxctl fail_after 300 seconds build_gfx
echo === Start program