diff options
| author | Ian C <ianc@noddybox.co.uk> | 2026-03-24 07:18:05 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2026-03-24 07:18:05 +0000 |
| commit | 5d145113c41ac1e7f5e2156160b21b7bcec9c5de (patch) | |
| tree | c251a1db2116ab8ed8b97363dee7d4b8b9f2efc6 /src/z80_private.h | |
| parent | 56a57ae9e1873fd98e10d73631fe1880a023c375 (diff) | |
Diffstat (limited to 'src/z80_private.h')
| -rw-r--r-- | src/z80_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/z80_private.h b/src/z80_private.h index a970eab..1df307b 100644 --- a/src/z80_private.h +++ b/src/z80_private.h @@ -213,6 +213,8 @@ extern Z80Label *z80_labels; */ void Z80_Decode(Z80 *cpu, Z80Byte opcode); void Z80_InitialiseInternals(void); +Z80Word FPEEKW(Z80 *cpu, Z80Word address); +void FPOKEW(Z80 *cpu, Z80Word address, Z80Word val); /* ---------------------------------------- DISASSEMBLY |
