]> git.ipfire.org Git - thirdparty/qemu.git/commit
sm501: Perform a full update after palette change
authorSebastian Bauer <mail@sebastianbauer.info>
Wed, 4 Jul 2018 09:40:58 +0000 (11:40 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 7 Jul 2018 02:12:27 +0000 (12:12 +1000)
commitd27335592a187de0ba77894b522025827907038c
tree5c7255213677dd41542a8e070652ef6ae333400b
parent4a1f253adb45ac6019971193d5077c4d5d55886a
sm501: Perform a full update after palette change

Changing the palette of a color index has as an immediate effect on
all pixels with the corresponding index on real hardware. Performing a
full update after a palette change is a simple way to emulate this
effect.

Signed-off-by: Sebastian Bauer <mail@sebastianbauer.info>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/display/sm501.c