Fix off by one error for phase

The assembled location for phase differs by 1 byte between qboot and
dos33l.
This commit is contained in:
Craig McGeachie 2021-09-17 18:30:04 +12:00
parent 0b22b051a4
commit 9c27e0c2b7

View File

@ -25,6 +25,7 @@ index ldy #0
inc track
+ inc address
bcc +
!byte $d1
phase !byte $d1 ;set by bootsector if qboot loaded to $be00
+ dec sectors
bne -