summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2010-12-30 03:07:45 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2010-12-30 03:07:45 +0000
commitfd09ba21d50ca6adf52b3fdadd41fbac4d0e9f48 (patch)
tree2223fcfd8bfb1a394e2f1fba7436c4e3ab35794a /src
parentf9140d04051488421d81dd7f7a9cbda6adf14429 (diff)
Left-over development ...
Diffstat (limited to 'src')
-rw-r--r--src/mame/machine/seicop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/seicop.c b/src/mame/machine/seicop.c
index ecbfcddc4be..8e820e52368 100644
--- a/src/mame/machine/seicop.c
+++ b/src/mame/machine/seicop.c
@@ -2005,7 +2005,7 @@ static READ16_HANDLER( generic_cop_r )
return retvalue;
case 0x180/2:
- return cop_hit_status ^= 0x8000;
+ return cop_hit_status;
/* these two controls facing direction in Godzilla opponents (only vs.) - x value compare? */
case 0x184/2: