i continue to code in C Colecovision and i'd like to test something ...
In puzzli i write characters and making "animation" directly in CHRTAB at adresse 0x1800 with command put_char/pu_frame for example. To move the player, i put "blank" characters then i draw the player at the new position, so it flickers.
I'd like to write byte/characters at adress 1C00 (Seems that 1C00 to 1FFF is free in vram) then copy 1C00-1FFF to 0X1800-17FF. But, in C, how did i copy memory with direct adressing ???
is a memcpy(0x1C00,0x1800,32*64*
I know it must be newbie question but i've never adressing directly the memory in C ... and it's the vram ...
Thanks in advance !














