Previous 199869 Revisions Next

r32208 Friday 19th September, 2014 at 14:53:06 UTC by David Haywood
didn't meant to change these (nw)
[src/mame/drivers]r2dx_v33.c

trunk/src/mame/drivers/r2dx_v33.c
r32207r32208
759759
760760DRIVER_INIT_MEMBER(r2dx_v33_state,nzerotea)
761761{
762   init_blending(raiden_blended_colors);
763   static const int spri[5] = { 0, 1, 2, 3, -1 };
762   init_blending(xsedae_blended_colors);
763   static const int spri[5] = { -1, 0, 1, 2, 3 };
764764   cur_spri = spri;
765765
766766   zeroteam_decrypt_sprites(machine());
r32207r32208
768768
769769DRIVER_INIT_MEMBER(r2dx_v33_state,zerotm2k)
770770{
771   init_blending(raiden_blended_colors);
772   static const int spri[5] = { 0, 1, 2, 3, -1 };
771   init_blending(xsedae_blended_colors);
772   static const int spri[5] = { -1, 0, 1, 2, 3 };
773773   cur_spri = spri;
774774
775775   // no sprite encryption(!)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team