Skip to content

Commit e3f2b2e

Browse files
committed
Source code comments.
1 parent b460af4 commit e3f2b2e

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
@@ -2900,7 +2900,7 @@ Z80_API zusize z80_run(Z80 *self, zusize cycles)
29002900
| of the interrupt response vector "must be a zero", since the address |
29012901
| formed "is used to get two adjacent bytes to form a complete 16-bit |
29022902
| service routine starting address and the addresses must always start |
2903-
| in even locations" [1]. However, Sean Young's confirmed that there |
2903+
| in even locations" [1]. However, Sean Young's tests found that there |
29042904
| is no such limitation [2]; the CPU fetches the ISR pointer from the |
29052905
| specified location regardless of the value of bit 0 of the IRD. |
29062906
| |

0 commit comments

Comments
 (0)