trunk/src/mame/drivers/r2dx_v33.c
| r32207 | r32208 | |
| 759 | 759 | |
| 760 | 760 | DRIVER_INIT_MEMBER(r2dx_v33_state,nzerotea) |
| 761 | 761 | { |
| 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 }; |
| 764 | 764 | cur_spri = spri; |
| 765 | 765 | |
| 766 | 766 | zeroteam_decrypt_sprites(machine()); |
| r32207 | r32208 | |
| 768 | 768 | |
| 769 | 769 | DRIVER_INIT_MEMBER(r2dx_v33_state,zerotm2k) |
| 770 | 770 | { |
| 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 }; |
| 773 | 773 | cur_spri = spri; |
| 774 | 774 | |
| 775 | 775 | // no sprite encryption(!) |