Fix in the explanation.
This commit is contained in:
parent
7f13b9a761
commit
d1980114e9
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ and stops when it encounters a 0 for the first bit of the pair.
|
|||
|
||||
In Pletter, the variable stream contains the information on the next part to decode (0
|
||||
means the next byte is to be copied as is ; 1 means it is a back reference block).
|
||||
It also encodes the distance of the back reference block (the length is taken from the
|
||||
byte stream).
|
||||
It also encodes the length of the back reference block (the distance is taken from the
|
||||
byte stream, but can be completed by extra bits when the distance is 128 or greater).
|
||||
|
||||
# Change by the version found in the dsk2rom
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue