Skip to content

Commit

Permalink
Merge pull request #11 from glenn-slayden/patch-1
Browse files Browse the repository at this point in the history
[Z80.c] typo in comment (trivial)
  • Loading branch information
redcode authored Feb 17, 2025
2 parents d854d62 + 4bcfd4c commit a0d3a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Z80.c
Original file line number Diff line number Diff line change
Expand Up @@ -2662,7 +2662,7 @@ Z80_API zusize z80_run(Z80 *self, zusize cycles)

/*------------------------------------------------------------------------.
| The `Z80::fetch` callback is temporarily replaced by a trampoline that |
| invokes `Z80::int_fecth`. This trampoline needs to access the callback |
| invokes `Z80::int_fetch`. This trampoline needs to access the callback |
| pointer in addition to the initial, non-incremented value of PC, so the |
| value of `Z80::context` is temporarily replaced by a pointer to an |
| `IM0` object that holds the real context and all this data, which also |
Expand Down

0 comments on commit a0d3a2d

Please sign in to comment.