To enter the 16color mode: poke 98400,1
The first command is PLOT x,y,col sets the point at x,y to color col.
x,y take values 0..255, left down corner is 0,0 and col = 0..15
The second is COLSUBS x1,y1,x2,y2,col that replaces pixels with color col in the defined rectangle with the lighter version of the color
x1,y1,x2,y2 take values 0..255, left down corner is 0,0 and col = 0..7
x1,y1 is the left down corner and x2,y2 the right up corner
This is a test of plot command again in composite video & crt because although it does not produce the best picture it is convenient for me (it's on my desk
