PVSnesLib  4.3.0
Documentation to code in C or ASM for the Nintendo SNES
lzss.h File Reference

Wrapper functions for lzss decoding. More...

#include <snes/snestypes.h>

Go to the source code of this file.

Functions

void LzssDecodeVram (u8 *source, u16 address, u16 size)
 Decompress Lzss data to VRAM. More...
 

Detailed Description

Wrapper functions for lzss decoding.

Function Documentation

◆ LzssDecodeVram()

void LzssDecodeVram ( u8 *  source,
u16  address,
u16  size 
)

Decompress Lzss data to VRAM.

Parameters
sourcethe source to decompress from
addressvram address to decompress
sizethe size in bytes of the data to decompress.