On Fri, 31 Mar 2006 15:35:42 +0100, Peter Howkins wrote:
> Hope this helps, and is accurate, as I had to work out most of it myself
> by reading the code :)
Yes, that was incredibly useful.
I've opted for the "open a palette-mapped screen" approach, and set
the palette the same as the emulated
On Thu, Mar 30, 2006 at 09:27:15PM +0100, Chris Young wrote:
>
> What does HD.pixelMap contain? I'm a little confused as to what is
> being put into the bitmap:
>
This is where the host specific pallette information is stored, it's an
array of rgb values stored as (up to) 32 bit values. On win
Thanks to Peter Howkins my qemu code is now hosted at:
http://www.home.marutan.net/qemu/
Anyone interested in using it is invited to have a look; as it is just
qemu it should in theory build on windows and so forth.
The full story is also included on that page.
Please feel free to ask questions