From 06f2daa56e0eb8e592c015b07dbeb787bb081e4d Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 5 Jul 2021 21:37:37 +0000 Subject: Added TAP file loading. --- include/spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/spec.h') diff --git a/include/spec.h b/include/spec.h index 8b7154b..47549a3 100644 --- a/include/spec.h +++ b/include/spec.h @@ -72,7 +72,7 @@ void SPECWritePort(Z80 *z80, Z80Word port, Z80Byte val); /* Interface for snap */ -void SPECWriteSnap(Z80Word addr, Z80Byte val); +void SPECWriteMemSNAP(Z80Word addr, Z80Byte val); /* Interfaces to allows the SPEC to save/load itself as a snapshot to/from a stream. -- cgit v1.2.3