Skip to content

Commit a27911e

Browse files
author
Celso Martinho
committed
Minor tweak
1 parent 3b8e113 commit a27911e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

emulators/vice/start.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rmmod nvidia > /dev/null 2> /dev/null
2121
modprobe nvidiafb > /dev/null 2> /dev/null
2222
fbset 512x288_50 > /dev/null 2> /dev/null
2323

24-
if [ -f config/$gid.vkw ]
24+
if [ -f config/$gid.vkm ]
2525
then
2626
vkm=$gid.vkm
2727
else
@@ -35,7 +35,7 @@ else
3535
vicerc=default.vicerc
3636
fi
3737

38-
/servers/vice/bin/x64 -symkeymap $prefix/config/$vkm -config $prefix/config/$vicerc -autostart $prefix/roms/$rom > /dev/null 2>/dev/null
38+
/servers/vice/bin/x64 -VICIIfull -symkeymap $prefix/config/$vkm -config $prefix/config/$vicerc -autostart $prefix/roms/$rom >$prefix/vice.log 2>/dev/null
3939

4040
clear > /dev/tty1
4141

0 commit comments

Comments
 (0)