Skip to content

Commit

Permalink
fix usbdrvce
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Jan 21, 2024
1 parent f69b232 commit 1cdf227
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/usbdrvce/usbdrvce.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3611,11 +3611,11 @@ _RetireFirstTransfer:
.loop:
push de
pop iy.transfer
ld de,(iy.transfer.altNext)
bit 0,de
jq z,.alt
ld de,(iy.transfer.next)
.alt:
bit 0,de
jq z,.notalt
ld de,(iy.transfer.altNext)
.notalt:
bitmsk iy.transfer.type.ioc
jq z,.loop
ld (ix.endpoint.first),de
Expand Down

0 comments on commit 1cdf227

Please sign in to comment.