mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
Fix MT5440 [Alex Jackson]
This commit is contained in:
parent
686d540bad
commit
6a57b2c85a
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ void colortable_palette_set_color(colortable_t *ctable, UINT32 entry, rgb_t colo
|
|||
assert(entry < ctable->palentries);
|
||||
|
||||
/* alpha doesn't matter */
|
||||
color &= 0xffffff;
|
||||
color |= 0xff000000;
|
||||
|
||||
/* update if it has changed */
|
||||
if (ctable->palette[entry] != color)
|
||||
|
|
Loading…
Reference in a new issue