From 4dc0fd4b4fbffc604dea0813536a178bcd4cf6ef Mon Sep 17 00:00:00 2001 From: Stephen White Date: Sun, 30 Dec 2018 14:04:33 +1100 Subject: [PATCH] 1541 heads now start ofer track 19 fixes Maniac Mansion "File not found error" --- src/Drive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Drive.cpp b/src/Drive.cpp index ce8ba85..2b4a0c4 100644 --- a/src/Drive.cpp +++ b/src/Drive.cpp @@ -352,7 +352,7 @@ Drive::Drive() : m_pVIA(0) void Drive::Reset() { - headTrackPos = 0; // Start with the head over track 19 (Very later Vorpal ie Cakifornia Games) need to have had the last head movement -ve + headTrackPos = 18*2; // Start with the head over track 19 (Very later Vorpal ie Cakifornia Games) need to have had the last head movement -ve CLOCK_SEL_AB = 3; // Track 18 will use speed zone 3 (encoder/decoder (ie UE7Counter) clocked at 1.2307Mhz) UpdateHeadSectorPosition(); lastHeadDirection = 0;