summaryrefslogtreecommitdiff
path: root/src/snap.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-09-22 23:45:13 +0000
committerIan C <ianc@noddybox.co.uk>2004-09-22 23:45:13 +0000
commiteadcbfa85ed30c5534f5b3646b27b37d2e6eae4d (patch)
tree48e33c8467de7bc8d9021191627684ff7bd473d9 /src/snap.c
parent0922b7993ce1d18de8fe975b17fd33cd3841ae9c (diff)
Updates
Diffstat (limited to 'src/snap.c')
-rw-r--r--src/snap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snap.c b/src/snap.c
index 08bd360..d9e7e6a 100644
--- a/src/snap.c
+++ b/src/snap.c
@@ -118,11 +118,11 @@ int TAPLoad(FILE *fp, Z80Byte id, Z80Word *addr, Z80Word *len, SNAP_Poke poke)
blen=GetLSBWord(fp);
}
- Debug("blen=%u type=%u\n",id);
-
type=GetByte(fp);
csum=id;
+ Debug("blen=%u type=%u id=%u\n",blen,type,id);
+
/* Have we found the requested block?
*/
if (id==type)