It would be useful if some of you had the possibility of posting screen-captures (screen grabber is prefered) of the program below.
Please change the PRINT in the first line to identify your machine. VIC20/VIC20CR/PAL/NTSC (and VIC chip information if possible)
I've made a small test program here: palette_bas.prg
As type-in:
Code: Select all
10 PRINT"{clr}{grn}<INSERT DESCRIPTION>"
20 A=828
30 READB:IFB<0THENSYS828
40 POKEA,B:A=A+1:GOTO30
100 DATA 120,162,17,169,11,172,1,144,200,200,200,200,200,204
110 DATA 4,144,208,251,141,15,144,105,15,202,208,238,240,229
120 DATA -1
This is what it looks like in vice:
