A7800Hawk: clean up light gun

This commit is contained in:
alyosha-tas 2017-07-31 10:13:23 -04:00 committed by GitHub
parent ed0d65498b
commit ec62e0b4a0
1 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
}
else
{
return Core.getLightGunState(1);
return Core.lg_1_trigger_hit;
}
}
else if ((Core.m6532._outputB & 0x04) != 0 || (Core.m6532._ddRb & 0x04) != 0x04)
@ -184,7 +184,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
}
else
{
return Core.getLightGunState(2);
return Core.lg_2_trigger_hit;
}
}
else if ((Core.m6532._outputB & 0x10) != 0 || (Core.m6532._ddRb & 0x10) != 0x10)