From 5ea10d8a9893850e790ee9fa556de0af6815997b Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Tue, 20 Mar 2018 15:07:55 -0500 Subject: [PATCH] We track steps in quarter tracks, so double the max --- include/apple2.dd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/apple2.dd.h b/include/apple2.dd.h index f30c5ef..320067a 100644 --- a/include/apple2.dd.h +++ b/include/apple2.dd.h @@ -53,7 +53,7 @@ enum apple2_dd_mode { */ #define _240K_ 245760 -#define MAX_DRIVE_STEPS 70 +#define MAX_DRIVE_STEPS 140 /* * This is the last _accessible_ sector position within a track (you can