projects
/
wenboi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afdfd3
)
whitespace fix
author
Jorge Gorbe
<slack@codemaniacs.com>
Thu, 6 Sep 2012 20:02:42 +0000
(22:02 +0200)
committer
Jorge Gorbe
<slack@codemaniacs.com>
Thu, 6 Sep 2012 20:02:42 +0000
(22:02 +0200)
core/opcodes.h
patch
|
blob
|
history
diff --git
a/core/opcodes.h
b/core/opcodes.h
index d5eab5df07c5e79f573e479e14e3e6032660a709..f9fa14a26bc3d917ddbfe1d4897af1684cdb539b 100644
(file)
--- a/
core/opcodes.h
+++ b/
core/opcodes.h
@@
-266,7
+266,7
@@
set_flag_if(regs.reg == 0, ZERO_FLAG); \
reset_flag(ADD_SUB_FLAG); \
reset_flag(HALF_CARRY_FLAG); \
- set_flag_if(bit7, CARRY_FLAG); \
+
set_flag_if(bit7, CARRY_FLAG); \
cycles_until_next_instruction = 8; \
break; \
}