diff options
author | 2008-09-27 20:36:04 +0000 | |
---|---|---|
committer | 2008-09-27 20:36:04 +0000 | |
commit | 9766dc2367e3d430beb3cd921f073426d65223d2 (patch) | |
tree | ffbc5b90790c2fa0d23e3e50330b28e0d573d85a /src/emu/video | |
parent | c391ab646f0fb9ea157213eca83a3b7a193ed9e5 (diff) |
Changed MAKE_RGB macro to set the alpha to 255 instead of 0. Updated
palette.c to preserve the alpha when transforming palette values.
These changes should be transparent to almost all drivers and rendering
(ha-ha), but there may be an occasional instance where a driver relied
on the alpha being 0 in the system palette. This also means that the
palette_set_color() function preserves any alpha value that is set.
Changed Firefox to RGB32 to allow for mid-screen palette changes. Because
of the above change, the hacky alpha manipulation that was previously
required is no longer necessary; the alpha is set directly in the palette
entry.
Diffstat (limited to 'src/emu/video')
0 files changed, 0 insertions, 0 deletions