| 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 |
| r31926 | r31927 | |
|---|---|---|
| 1073 | 1073 | { |
| 1074 | 1074 | const UINT8 alpha_active[0x10] = { // MSB first |
| 1075 | 1075 | //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, 0x0 | |
| 1076 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0f, 0x00, 0x00 | |
| 1077 | 1077 | }; |
| 1078 | 1078 | |
| 1079 | 1079 | const pen_t *pens = &m_palette->pen(0); |
| Previous | 199869 Revisions | Next |