mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +00:00
Activate the -keybuf and -warp flags in run-in-x16emu.sh
This commit is contained in:
parent
4fd93ff319
commit
c860d2478b
@ -28,7 +28,7 @@ if [ -n "$2" ]
|
|||||||
then
|
then
|
||||||
keybuf="${2}"
|
keybuf="${2}"
|
||||||
mcopy -i "${sdcard}" "${emulatordir}/notdone" "::NOTDONE"
|
mcopy -i "${sdcard}" "${emulatordir}/notdone" "::NOTDONE"
|
||||||
# warp="-warp"
|
warp="-warp"
|
||||||
else
|
else
|
||||||
scale="-scale 2"
|
scale="-scale 2"
|
||||||
debug="-debug"
|
debug="-debug"
|
||||||
@ -38,11 +38,11 @@ x16emu \
|
|||||||
-keymap de \
|
-keymap de \
|
||||||
-sdcard "${sdcard}" \
|
-sdcard "${sdcard}" \
|
||||||
$autostart \
|
$autostart \
|
||||||
|
-keybuf "$keybuf" \
|
||||||
$warp \
|
$warp \
|
||||||
$scale \
|
$scale \
|
||||||
$debug \
|
$debug \
|
||||||
&
|
&
|
||||||
# -keybuf "$keybuf" \
|
|
||||||
|
|
||||||
if [ -n "$keybuf" ]
|
if [ -n "$keybuf" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user