mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Remove test code (n/w)
This commit is contained in:
parent
c5b96e5fa5
commit
a1f8c22325
@ -1369,11 +1369,6 @@ WRITE16_MEMBER(raiden2_state::sprite_prot_src_w)
|
||||
flag = (space.read_word(src) & 0xfffe) | flag;
|
||||
space.write_word(src, flag);
|
||||
|
||||
if(head2 >= 0xc824 && head2 <= 0xc858) {
|
||||
w *= 2;
|
||||
h *= 2;
|
||||
}
|
||||
|
||||
if(flag & 1)
|
||||
{
|
||||
space.write_word(dst1, head1);
|
||||
|
Loading…
Reference in New Issue
Block a user