mirror of
https://github.com/holub/mame
synced 2025-05-18 19:49:35 +03:00
Fixed initial automatic movement in Legionnaire, no whatsnew
This commit is contained in:
parent
77e099a7eb
commit
15e121e704
@ -2247,8 +2247,8 @@ static WRITE16_HANDLER( generic_cop_w )
|
||||
cop_dist = sqrt((double)(dx*dx+dy*dy));
|
||||
|
||||
|
||||
/* is this the only difference? */
|
||||
if(0)
|
||||
/* is this the only difference? no, that's not it, check Legionnaire */
|
||||
//if(0)
|
||||
{
|
||||
space->write_byte(cop_register[0]+(0x34^3), cop_angle);
|
||||
space->write_word(cop_register[0]+(0x38^2), cop_dist);
|
||||
|
Loading…
Reference in New Issue
Block a user