Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

A few tiny niggles already. Startup resetting the VIC-II and displaying version number means that the default colours for border and backround are set. Better keep as black to prevent the blue flash.

In game holding F1 to cycle the colours causes the screen to glitch as $DC01 is not checked against being equal to the previous value before changing colour.

Yellow screen means that the score is not visible.


You should pad the CRT (ie unused space) with $FF and not $00.

Interesting! I will try to address it in 2.1

I think with yellow it was like this in demo as well. So no leading zero'es are visible. There's a missing shade for yellow in VIC-II ;-)

Ah, yeah  makes sense. No light yellow 🤣

But its just leading zeros. Points are displayed normally.

The blue flash is on the cartridge image startup

Try to solve it like this POKE 18707, 7