update makefiles
This commit is contained in:
parent
640fb2a03e
commit
3ae44eaab3
7 changed files with 87 additions and 18 deletions
|
|
@ -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
7
src/domelib/autoexec.bat
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue