Opened 4 years ago

Closed 2 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:

https://github.com/scummvm/scummvm-tools/blob/d5c80779331762a3f53124f73db32882d5fb2ea2/engines/scumm/extract_mm_c64.cpp#L87

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 tag2015, 3 years ago

Related to #12303, can be closed

comment:2 by sev-, 2 years ago

Owner: set to sev-
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.