summaryrefslogtreecommitdiff
path: root/src/z80_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/z80_private.h')
-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