From 259309ba2bde78b793812f78a370d3475efcc2f7 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Wed, 24 Sep 2014 21:19:02 +0000 Subject: [PATCH] fix legionna regression from a week or two ago, from Kale (nw) --- src/mame/machine/raiden2cop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/machine/raiden2cop.c b/src/mame/machine/raiden2cop.c index 2867d6ce640..c388633b8b8 100644 --- a/src/mame/machine/raiden2cop.c +++ b/src/mame/machine/raiden2cop.c @@ -837,7 +837,6 @@ void raiden2cop_device::LEGACY_execute_130e(address_space &space, int offset, UI cop_angle += 0x80; } - cop_angle -= 0x80; m_LEGACY_r0 = dy; m_LEGACY_r1 = dx;