summaryrefslogtreecommitdiff
path: root/src/zx81.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zx81.h')
-rw-r--r--src/zx81.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zx81.h b/src/zx81.h
index f308e8b..ea22343 100644
--- a/src/zx81.h
+++ b/src/zx81.h
@@ -43,8 +43,6 @@ void ZX81KeyEvent(SDL_Event *e);
*/
Z80Byte ZX81ReadMem(Z80 *z80, Z80Word addr);
void ZX81WriteMem(Z80 *z80, Z80Word addr, Z80Byte val);
-Z80Word ZX81ReadWord(Z80 *z80, Z80Word addr);
-void ZX81WriteWord(Z80 *z80, Z80Word addr, Z80Word val);
Z80Byte ZX81ReadPort(Z80 *z80, Z80Word port);
void ZX81WritePort(Z80 *z80, Z80Word port, Z80Byte val);
Z80Byte ZX81ReadForDisassem(Z80 *z80, Z80Word addr);