Skip to content

Commit aeab262

Browse files
committed
Source code comment.
1 parent 3c43bb0 commit aeab262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Z80.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ static Z_ALWAYS_INLINE zuint8 m(Z80 *self, zuint8 offset, zuint8 value)
11811181
| Block instructions produce an extra M-cycle of 5 T-states to decrement PC if |
11821182
| the loop condition is met. In 2018, David Banks (AKA hoglet) discovered that |
11831183
| the Z80 CPU performs additional flag changes during this M-cycle and managed |
1184-
| to decipher the behaviors. All block instructions copy bits 13 and 11 of PCi |
1184+
| to decipher the behaviors: All block instructions copy bits 13 and 11 of PCi |
11851185
| to YF and XF, respectively [1.1], but `inir`, `indr`, `otir` and `otdr` also |
11861186
| modify HF and PF in a very complicated way [1.2]. These latter two flags are |
11871187
| not commented here because the explanation would not be simpler than the |

0 commit comments

Comments
 (0)