Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

There is a little problem on your really helping code

if i place a value $FF (but i suspect <> $00) in $2A1 :

        *= $02A1        
        byte $FF

your example freezes!

(1 edit) (+1)

Interesting .. the C64 memory map I normally use says $02a1 just used for saving CIA2 interrupt control register during RS232 I/O.

Edit: I reproduced this issue too.

(+1)

taht part of memory seems rewrited after program starts ... i tested avoiding 02a1 initially but placing sprites data at run time . Sprites show an Hole!