Previous 199869 Revisions Next

r31954 Saturday 6th September, 2014 at 19:48:50 UTC by O. Galibert
more blending finetuning (nw)
[src/mame/drivers]raiden2.c

trunk/src/mame/drivers/raiden2.c
r31953r31954
10841084   // Tuned for raiden2
10851085   const UINT8 alpha_active[0x20] = { // MSB first
10861086      //00    08    10    18    20    28    30    38    40    48    50    58    60    68    70    78
1087      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2f, 0x3f, 0x73, 0xff, 0xfc, 0xf0, 0x04, 0x67,
1088      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00
1087      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2f, 0x3f, 0x73, 0xff, 0xfc, 0xf0, 0x04, 0x47,
1088      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x10, 0x08
10891089   };
10901090
10911091   const pen_t *pens = &m_palette->pen(0);
r31953r31954
11361136   }
11371137   if(ccol == 0x80)
11381138      ccol = -1;
1139   if(ccol == 0x00)
1140      ccol = 0x40;
1141   if(ccol == 0x3f)
1142      ccol = -1;
11431139   if(ccol == -2)
11441140      ccol = 0x7f;
11451141

Previous 199869 Revisions Next


© 1997-2024 The MAME Team