added c64colors module. added vpeek/vpoke to cx16 syslib. koalaviewer example now uses better c64 color palette.

This commit is contained in:
Irmen de Jong
2020-12-03 18:14:49 +01:00
parent a303b39cf0
commit 6f74fb49bd
6 changed files with 140 additions and 90 deletions

View File

@@ -88,6 +88,15 @@ A 'fun' module that contains the Commander X16 logo and that allows you
to print it anywhere on the screen.
c64colors
---------
Available for the CommanderX16 target, a module that contains a few better
color palettes for how the colors of the VIC-II looked on the Commodore-64.
There are subroutines to activate one of the several palettes of your liking.
The Commander X16's default colors for this (the first 16 colors) are too saturated
and are quite different than how a C-64 looked.
prog8_lib
---------
Low level language support. You should not normally have to bother with this directly.