mist: the track0 load bug wasn't an AppleWin bug after all

was a qboot bug
This commit is contained in:
Vince Weaver 2020-09-03 18:35:33 -04:00
parent 173ca45680
commit cc617a59de
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
NOTE: in the end this was a bug in qkumba's qboot, not AppleWin
this is a test case for a possible AppleWin bug this is a test case for a possible AppleWin bug
there is possibly a bug in AppleWin 1.29.14.0 when the disk2 drive there is possibly a bug in AppleWin 1.29.14.0 when the disk2 drive

View File

@ -244,8 +244,8 @@ seekret:
rts rts
seek: seek:
lda #0 ldx #0
sta step+1 stx step+1
copy_cur: copy_cur:
curtrk: curtrk:
lda #0 lda #0

View File

@ -244,8 +244,8 @@ seekret:
rts rts
seek: seek:
lda #0 ldx #0
sta step+1 stx step+1
copy_cur: copy_cur:
curtrk: curtrk:
lda #0 lda #0