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
there is possibly a bug in AppleWin 1.29.14.0 when the disk2 drive

View File

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

View File

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