Re: A89: Re: help?
[Prev][Next][Index][Thread]
Re: A89: Re: help?
In a message dated 00-01-05 19:32:16 EST, you write:
> Because of the way the LCD hardware is wired on HW2. What you see on the
> screen
> is actually not what's in the LCD memory, but in a buffer. Whenever you
> write to
> the LCD memory whatever was there before gets bumped to the buffer, which
> the
> LCD displays. It works like a double-buffer, actually. So to get the GFX
> displayed directly when you don't constantly update the screen you have to
> "write it twice", or copy it to itself.
>
i see...thanks...where did you get this info...(is it documented in the new
doors?)...also, just curious-do you have a hw1 or 2 or both?...
...hmm...i'm starting to think that I shouldn't even bother to make my game
compatible w/ hw2 or even ams2.0x...hehe...just ams1.0x/hw1 :)
...Steven
Follow-Ups: