-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZX0 decompressors were failing on raw runs >255 bytes
- Loading branch information
1 parent
0daa7ff
commit a3949d6
Showing
2 changed files
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|