mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-30 12:34:36 +00:00
mist: the track0 load bug wasn't an AppleWin bug after all
was a qboot bug
This commit is contained in:
parent
173ca45680
commit
cc617a59de
@ -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
|
||||
|
@ -244,8 +244,8 @@ seekret:
|
||||
rts
|
||||
|
||||
seek:
|
||||
lda #0
|
||||
sta step+1
|
||||
ldx #0
|
||||
stx step+1
|
||||
copy_cur:
|
||||
curtrk:
|
||||
lda #0
|
||||
|
@ -244,8 +244,8 @@ seekret:
|
||||
rts
|
||||
|
||||
seek:
|
||||
lda #0
|
||||
sta step+1
|
||||
ldx #0
|
||||
stx step+1
|
||||
copy_cur:
|
||||
curtrk:
|
||||
lda #0
|
||||
|
Loading…
x
Reference in New Issue
Block a user