Previous 199869 Revisions Next

r31927 Friday 5th September, 2014 at 18:48:51 UTC by O. Galibert
house shadows (nw)
[src/mame/drivers]raiden2.c

trunk/src/mame/drivers/raiden2.c
r31926r31927
10731073{
10741074   const UINT8 alpha_active[0x10] = { // MSB first
10751075      //00    08    10    18    20    28    30    38    40    48    50    58    60    68    70    78
1076      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x0f, 0x00, 0x00
1076      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0f, 0x00, 0x00
10771077   };
10781078
10791079   const pen_t *pens = &m_palette->pen(0);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team