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
|
||||
keybuf="${2}"
|
||||
mcopy -i "${sdcard}" "${emulatordir}/notdone" "::NOTDONE"
|
||||
# warp="-warp"
|
||||
warp="-warp"
|
||||
else
|
||||
scale="-scale 2"
|
||||
debug="-debug"
|
||||
@ -38,11 +38,11 @@ x16emu \
|
||||
-keymap de \
|
||||
-sdcard "${sdcard}" \
|
||||
$autostart \
|
||||
-keybuf "$keybuf" \
|
||||
$warp \
|
||||
$scale \
|
||||
$debug \
|
||||
&
|
||||
# -keybuf "$keybuf" \
|
||||
|
||||
if [ -n "$keybuf" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user