[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple II vs Atari 800



"Russg" <russgilb@MUNGEsbcglobal.net> wrote in news:

> Seems like the C=64 has a fixed screen memory,
> and you're poking into that memory.
 
Nope. The video memory on the C64 can be moved all over the place. In this 
example, the video bank is at $0000-$3FFF (the default setting). We're 
using bitmap graphics here, where the pixel data resides at $2000-$3FFF and 
the color data at $0400-$07E7.