1541 heads now start ofer track 19 fixes Maniac Mansion "File not found error"
This commit is contained in:
parent
123612a473
commit
4dc0fd4b4f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue