The Video Controller (VIC) of The Commodore 64
i'm working on three parts :
The character MODE
in this mode there are three options for the color:
- standard character
- multi-color character
- extended color mode
The Bitmap MODE
in this mode two are three options for the color:
- standard bit map
- multi-color bit map
The MOB (Movable Object Mode) Sprite
in this mode two are three options for the color:
- standard MOB
- multi-color MOB
there are priority for different MOB
and collision detection
to test these MODE i created a virtual memory to retrieve
the Character or Bitmap or the MOB
and there are other features that i'm working on to finish the VIC
i'll be updating my work simultaneously
Anonymous