Skip to content

memory_decompress not working when decompressing to VRAM #368

@bsb-RickD

Description

@bsb-RickD

Decompressing to VRAM doesn't work at the moment. The reason for that is that the decompressor not only outputs bytes, but also needs to read already decompressed bytes when they are repeated in the output stream.
This is what LZSA calls a backreference.

For that to work, the second VERA dataport needs to be set up properly to read from earlier output bytes.

I have no idea if decompressing to other 9fxx addresses ever can work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions