Opened 5 years ago
Closed 3 years ago
#11423 closed defect (fixed)
TOOLS: extract_mm_c64 inverts bits of 00.LFL
Reported by: | dp304 | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
The setXorMode()
call causes the 00.LFL
file to be written with all bits inverted:
Why is this needed? The C64 disk image seems to contain the data already in the desired format. For example, the characters '1' or '2' mean that a given room is stored on the first or second disk, respectively.
Also, only 00.LFL
is inverted, the rest of the files (01.LFL
through 52.LFL
) are unaffected. Is this the desired behaviour?
Change History (2)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Related to #12303, can be closed