diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-07-05 21:37:37 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-07-05 21:37:37 +0000 |
commit | 06f2daa56e0eb8e592c015b07dbeb787bb081e4d (patch) | |
tree | 59c9a9c05fff8e4aff8b7ad045dc739151a7a027 /include/spec.h | |
parent | 0bc192bffbf28ba5733ae955916e5ebc72f3641f (diff) |
Added TAP file loading.
Diffstat (limited to 'include/spec.h')
-rw-r--r-- | include/spec.h | 2 |
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. |