My BASIC 7.80 offers two color modes for 80-column users. The first is pure monochrome mode. All pixels of the bitmap are restricted to one of two colors -- there are no color cells. The second is color mode where each 8x8 cell can have it's own definition of colors for the 0 and 1 bits/pixels. This is equivalent to the VIC/40-Column "high res" mode. My BASIC 7.80 does not even attempt to emulate VIC/40-Column "multi-color" mode...
That would be a neat trick and only feasible (IMHO) using interlaced video. In any case, monochrome BASIC 7.80 is available to everybody; the color BASIC 7.80 needs a C128 with a full 64K of VRAM.
Thanks RobertB for the link -- now I have to look into MetaBASIC-128 and VDC BASIC to see how they compare with my BASIC 7.80
[Edit]
As far as I can tell MetaBASIC-128 just adds debugging features. Based on description -- no download found to try.
VDC BASIC is interesting. It add commands to BASIC to allow one to access VDC registers or VRAM directly -- no more cryptic POKEs and SYSs. But as far as I can tell it doesn't do any "high-level" stuff like bitmap graphics.
I could swear I saw a mention -- somewhere -- about a soft-sprite implementation for the VDC. Does anybody know anything about this?
[/Edit]
That would be a neat trick and only feasible (IMHO) using interlaced video. In any case, monochrome BASIC 7.80 is available to everybody; the color BASIC 7.80 needs a C128 with a full 64K of VRAM.
Thanks RobertB for the link -- now I have to look into MetaBASIC-128 and VDC BASIC to see how they compare with my BASIC 7.80
[Edit]
As far as I can tell MetaBASIC-128 just adds debugging features. Based on description -- no download found to try.
VDC BASIC is interesting. It add commands to BASIC to allow one to access VDC registers or VRAM directly -- no more cryptic POKEs and SYSs. But as far as I can tell it doesn't do any "high-level" stuff like bitmap graphics.
I could swear I saw a mention -- somewhere -- about a soft-sprite implementation for the VDC. Does anybody know anything about this?
[/Edit]


If any of you are decent C and assembly programers, I recommend playing with it. I learned a lot... mainly how much I still need to learn!