From 98f640f0d1aafd6b279d60a8f3c1f58b8acee545 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Tue, 20 Feb 2018 14:35:07 -0600 Subject: [PATCH] Use the proper sector header length (20 bytes) --- include/apple2.enc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/apple2.enc.h b/include/apple2.enc.h index 7cb8667..61ec499 100644 --- a/include/apple2.enc.h +++ b/include/apple2.enc.h @@ -51,7 +51,7 @@ * the track number, the sector number, the volume, and an XOR'd * combination of all three. */ -#define ENC_ESECTOR_HEADER 0xe +#define ENC_ESECTOR_HEADER 0x14 /* * The track header (as mentioned for ENC_ETRACK) is 48 bytes of--well,