We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b460af4 commit e3f2b2eCopy full SHA for e3f2b2e
sources/Z80.c
@@ -2900,7 +2900,7 @@ Z80_API zusize z80_run(Z80 *self, zusize cycles)
2900
| of the interrupt response vector "must be a zero", since the address |
2901
| formed "is used to get two adjacent bytes to form a complete 16-bit |
2902
| service routine starting address and the addresses must always start |
2903
- | in even locations" [1]. However, Sean Young's confirmed that there |
+ | in even locations" [1]. However, Sean Young's tests found that there |
2904
| is no such limitation [2]; the CPU fetches the ISR pointer from the |
2905
| specified location regardless of the value of bit 0 of the IRD. |
2906
| |
0 commit comments