We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8e113 commit a27911eCopy full SHA for a27911e
emulators/vice/start.sh
@@ -21,7 +21,7 @@ rmmod nvidia > /dev/null 2> /dev/null
21
modprobe nvidiafb > /dev/null 2> /dev/null
22
fbset 512x288_50 > /dev/null 2> /dev/null
23
24
-if [ -f config/$gid.vkw ]
+if [ -f config/$gid.vkm ]
25
then
26
vkm=$gid.vkm
27
else
@@ -35,7 +35,7 @@ else
35
vicerc=default.vicerc
36
fi
37
38
-/servers/vice/bin/x64 -symkeymap $prefix/config/$vkm -config $prefix/config/$vicerc -autostart $prefix/roms/$rom > /dev/null 2>/dev/null
+/servers/vice/bin/x64 -VICIIfull -symkeymap $prefix/config/$vkm -config $prefix/config/$vicerc -autostart $prefix/roms/$rom >$prefix/vice.log 2>/dev/null
39
40
clear > /dev/tty1
41
0 commit comments