Previous 199869 Revisions Next

r29333 Saturday 5th April, 2014 at 21:24:36 UTC by Nathan Woods
[COCO3] Fixed an issue that could cause the palette to not be updated correctly after a save state load
[src/mess/video]gime.c

trunk/src/mess/video/gime.c
r29332r29333
386386   super::device_post_load();
387387   update_memory();
388388   update_cpu_clock();
389
390   // force the palette to update
391   for (offs_t i = 0; i <= 15; i++)
392   {
393      UINT8 value = read_palette_register(i);
394      write_palette_register(i, value);
395   }
389396}
390397
391398

Previous 199869 Revisions Next


© 1997-2024 The MAME Team