Closed gardners closed 5 years ago
Many characters fixed.
Vendor + key combinations are still wonky, as is display of shift chars in REM statements.
Fixed that. Now it is just the Vendor key combos. Those are weird, because they aren't in canonical order.
Confirmed that keyboard entry of Vendor key combos produce correct values on screen. Thus the problem is probably in CHRIN scraping them from the screen.
Fixed Vendor key combos in commit b44869c87b6bd0f9dadc440b46285b538579e8a2
Now all is fine, except for some specific corner cases that can get their own issues, as we need to deal with them.
shift and Vendor key combinations produce symbols that should map back and forth correctly between the codes when printing with chrout, and when reading them from the screen via chrin, but they don't. Consult the C64 PRG to get the mappings correct.