dressupgeekout / lunapurpura

Reimplementation of Purple Moon's games from the 1990s (WIP) - NOTE: ScummVM port in progress
https://dressupgeekout.github.io/lunapurpura/
BSD 2-Clause "Simplified" License
8 stars 1 forks source link

Allow a XPK structure to be created from a region of memory #41

Closed dressupgeekout closed 4 years ago

dressupgeekout commented 4 years ago

We can create a XPK* by reading a file from disk, but what we really need is the ability to create one from a region of memory.

dressupgeekout commented 4 years ago

Actually, what we REALLY need is the ability to decode XPK data no matter where the file pointer is.