summaryrefslogtreecommitdiff
path: root/include/spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spec.h')
-rw-r--r--include/spec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/spec.h b/include/spec.h
index 85fb5e7..8171a4f 100644
--- a/include/spec.h
+++ b/include/spec.h
@@ -67,13 +67,9 @@ void SPECReconfigure(void);
/* Interfaces for the Z80
*/
-Z80Byte SPECReadMem(Z80 *z80, Z80Word addr);
-void SPECWriteMem(Z80 *z80, Z80Word addr, Z80Byte val);
Z80Byte SPECReadPort(Z80 *z80, Z80Word port);
void SPECWritePort(Z80 *z80, Z80Word port, Z80Byte val);
-#define SPECReadDisassem SPECReadMem
-
/* Interface for snap
*/
void SPECWriteMemSNAP(Z80Word addr, Z80Byte val);