summaryrefslogtreecommitdiff
path: root/include/spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spec.h')
-rw-r--r--include/spec.h2
1 files changed, 1 insertions, 1 deletions
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.