randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VIC20 symbolic keymap - F3 maps to C=

oqibidipo opened this issue · comments

https://github.com/randyrossi/bmc64/blob/master/sdcard/vic20/rpi_sym.vkm#L109

F1 7 4 8             /*           F1 -> F1           */
F2 7 4 1             /*           F2 -> F2           */
F3 0 5 8             /*           F3 -> F3           */    OOPS
F4 7 5 1             /*           F4 -> F4           */

should be

F3 7 5 8             /*           F3 -> F3           */