Skip to content

Commit

Permalink
ZX0 decompressors were failing on raw runs >255 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-zhao committed Jul 11, 2023
1 parent 0daa7ff commit a3949d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion decompressors/dzx0_fast_sms.asm
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ _ldir_rom_to_vram:
ld c,$be
ld b,0
-: otir
inc d ; move de on by 256
dec a
jp nz,-
pop bc
Expand Down
1 change: 0 additions & 1 deletion decompressors/dzx0_standard_sms.asm
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ _ldir_rom_to_vram:
ld c,$be
ld b,0
-: otir
inc d ; move de on by 256
dec a
jp nz,-
pop bc
Expand Down

0 comments on commit a3949d6

Please sign in to comment.