Re: A86: Grayscale Sprites


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

Re: A86: Grayscale Sprites




These are definitely invalid.  The first reason being that $0000 is
definitely a ROM page, and $5000 is most likely a ROM page.  The other
reason is that the buffer must be $c000 or above, due to the way the
hardware is designed (the lcd controller most likely uses DMA, which
wouldn't work off of regular memory addressing).

> > PAGE1ADDR = $0000
> > PAGE2ADDR = $5000
> >
>
> these are in valid i believe try using $fc00 and the
> _plotSScreen for another or check out dave's source




References: