From 0c244cf3f2bb3011b9769adc104b8631511e17a6 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 25 Mar 2018 19:39:27 -0500 Subject: [PATCH] Slight update to sector header length --- 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 4e26a8b..82ccae4 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 0x14 +#define ENC_ESECTOR_HEADER 0x13 /* * The track header (as mentioned for ENC_ETRACK) is 48 bytes of--well,