Fix multi-block write bug

This commit is contained in:
Elliot Nunn 2021-02-18 08:44:11 +08:00
parent a0617e17a1
commit c7e7cb987b
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ DrvrDidSendWrite ; completion routine for the above control call..
cmp.l D0,D1
beq.s .sentAllOfChunk
and.l #32-1,D0
and.l #(32-1)*512,D0
beq.s .sentAllOfChunk
bra DrvrSendWrite