summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2026-03-24 07:18:05 +0000
committerIan C <ianc@noddybox.co.uk>2026-03-24 07:18:05 +0000
commit5d145113c41ac1e7f5e2156160b21b7bcec9c5de (patch)
treec251a1db2116ab8ed8b97363dee7d4b8b9f2efc6
parent56a57ae9e1873fd98e10d73631fe1880a023c375 (diff)
Added missing prototypes to Z80 private headerHEADmaster
-rw-r--r--src/z80_private.h2
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