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.
GNU General Public License v3.0
474 stars 56 forks source link

VIC20 symbolic keymap - F3 maps to C= #223

Closed oqibidipo closed 1 year ago

oqibidipo commented 1 year ago

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           */