Osmeroid wrote
Quote
Hey that thing is awesome!
Thanks fellow !!!
Osmeroid wrote
Quote
Is there a way to alter colour using TIA Paint?
Not for now, but I plan to add the select Background/Playfield colour
feature in the next version (and to add support for PAL / SECAM colour
palettes)
As you know Playfield colour is define by the write address COLUPF.
So I'll just add the numbers of the colour used for the background and the
playfield in the header of the code generated. It will looks like that:
; Colour used for the Background (COLUBK) = #$00
; Colour used for the Playfield (COLUBK) = #$66
This may help, but you know that you can change the COLUPF and the
COLUBK value every scanline or even many times in the same scanline.
Take care,
Chris