From 081ddabaf6bb4753be2b3b44bf7a2b26a7156cf5 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 13 Jan 2022 23:12:24 -0500 Subject: [PATCH] peasant: forgot to restore seek2 code --- games/peasant/drive2.s | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/games/peasant/drive2.s b/games/peasant/drive2.s index ffac2edd..13064f86 100644 --- a/games/peasant/drive2.s +++ b/games/peasant/drive2.s @@ -55,17 +55,11 @@ check_floppy_in_drive2: ; seek to track 0 - lda #$0 ; + lda #$44 ; 68 = 34 tracks; worst case scenario(?) sta curtrk_smc+1 - lda #$13 ; + lda #0 ; seek to track0 sta phase_smc+1 - -; lda #$44 ; 68 = 34 tracks; worst case scenario(?) -; sta curtrk_smc+1 -; lda #0 ; seek to track0 -; sta phase_smc+1 - ; jsr antim_seek_track0 jsr seek