On Saturday 09 June 2007, Hervé Poussineau wrote: > Hi, > > This patch adds a 7-segments + led display device emulation to Qemu. > A picture of the original thing can be found at > http://www.sensi.org/~alec/mips/images/acer_pica_io_3.jpg > Use the device in the MIPS PICA 61 machine.
> + color_on = 0xffaaaaaa; > + color_led = 0xff00ff00; /* green */ > + color_led = 0x00000000; /* black */ These are wrong for anything other than 32-bit color. Paul