Skip to content

Commit

Permalink
Removing stray line
Browse files Browse the repository at this point in the history
  • Loading branch information
flamewing committed Aug 23, 2023
1 parent 83ddc58 commit 26bfc20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/asm/KosinskiPlus.a80
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
_zKosPlus_ReadBit macro
dec c ; Have all 8 bits been used up?
jr nz, .skip ; Branch if not.
dbra d2,.skip
ld b, (hl) ; Get desc field byte.
inc hl
ld c, 8 ; Set repeat count to 8.
Expand Down

0 comments on commit 26bfc20

Please sign in to comment.