Skip to content

Commit

Permalink
shrink preload
Browse files Browse the repository at this point in the history
  • Loading branch information
peterferrie committed Dec 4, 2015
1 parent 216846b commit 32a562b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions QBOOT.S
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ indextbl ;the 0 also terminates the patchtbl list!
sta preshift-$16, y
+ dey
bne --
sty curtrk+1

;construct 2-bit group table

Expand Down Expand Up @@ -331,7 +330,7 @@ seek
sta step+1
copy_cur
curtrk
lda #$d1
lda #0
sta tmpval+1
sec
phase
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- scatter-reads sectors
- sector-level read, can start and end anywhere in a track
- can perform full-track read in one revolution
- no zpage usage after init
- no zpage usage after init, and only 6 bytes of stack
- only 2 bytes overhead per read
- can load up to $bc sectors at a time ($0100-bcff)
- DOS 3.3 Launcher compatible
Expand Down

0 comments on commit 32a562b

Please sign in to comment.