Functions
Bitbuster_UnpackToRAM
void Bitbuster_UnpackToRAM(
const voidsource,
voiddest
)

Unpack Bitbuster compressed data to a RAM buffer

Paramaters
source

Address of the source data.

dest

Address of unpack destination in RAM.

Bitbuster_UnpackToVRAM
void Bitbuster_UnpackToVRAM(
const voidsource,
u16 dest
)

Unpack Bitbuster compressed data directly to VRAM

Paramaters
source

Address of the source data.

dest

Address of unpack destination in VRAM.  Only first 16 KB of VRAM can be use as destination (0000-3FFF)