From 0d08766ccc80cacfe0690cb8a1ea8f13038e404b Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 3 Aug 2021 21:43:06 +0000 Subject: Sped up Z80 emulation --- include/spec.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/spec.h') 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); -- cgit v1.2.3