trunk/src/mame/drivers/raiden2.c
| r31924 | r31925 | |
| 1379 | 1379 | int x = ((space.read_dword(src+0x08) >> 16) - (sprite_prot_x)) & 0xffff; |
| 1380 | 1380 | int y = ((space.read_dword(src+0x04) >> 16) - (sprite_prot_y)) & 0xffff; |
| 1381 | 1381 | |
| 1382 | | UINT16 head1 = space.read_word(src+0x60); |
| 1383 | | UINT16 head2 = space.read_word(src+0x62); |
| 1382 | UINT16 head1 = space.read_word(src+cop_spr_unk); |
| 1383 | UINT16 head2 = space.read_word(src+cop_spr_unk+2); |
| 1384 | 1384 | |
| 1385 | 1385 | int w = (((head1 >> 8 ) & 7) + 1) << 3; |
| 1386 | 1386 | int h = (((head1 >> 12) & 7) + 1) << 3; |