mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
more blending fixes (nw)
This commit is contained in:
parent
61d0ce5b8e
commit
efbcbd8f28
@ -1085,7 +1085,7 @@ void raiden2_state::blend_layer(bitmap_rgb32 &bitmap, const rectangle &cliprect,
|
|||||||
const UINT8 alpha_active[0x20] = { // MSB first
|
const UINT8 alpha_active[0x20] = { // MSB first
|
||||||
//00 08 10 18 20 28 30 38 40 48 50 58 60 68 70 78
|
//00 08 10 18 20 28 30 38 40 48 50 58 60 68 70 78
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2f, 0x3f, 0x73, 0xff, 0xfc, 0xf0, 0x04, 0x47,
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2f, 0x3f, 0x73, 0xff, 0xfc, 0xf0, 0x04, 0x47,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x10, 0x08
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xfb, 0x08
|
||||||
};
|
};
|
||||||
|
|
||||||
const pen_t *pens = &m_palette->pen(0);
|
const pen_t *pens = &m_palette->pen(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user