khryssun Posted May 5, 2004 Share Posted May 5, 2004 New version available to download. What's new : - Changed graphic core : smoother mouse drawing. - Negative Playfield function added. - Undo function added. - Re-Positionning Playfield graphics on screen using arrows added. You can find it here (jump to the Tools section ): http://khryssun.free.fr/programming.html Hope this'll help. Chris Quote Link to comment Share on other sites More sharing options...
Osmeroid Posted May 5, 2004 Share Posted May 5, 2004 Hey that thing is awesome! I've just had my first "play" with TIA Paint and it's already got me thinking about just what I could do with it - superb effort Chris Is there a way to alter colour using TIA Paint? You'll not have a moments peace for a while until everyone gets used to this! :wink: Quote Link to comment Share on other sites More sharing options...
khryssun Posted May 6, 2004 Author Share Posted May 6, 2004 Osmeroid wrote Hey that thing is awesome! Thanks fellow !!! Osmeroid wrote 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.