PVSnesLib
4.3.0
Documentation to code in C or ASM for the Nintendo SNES
|
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... | |
Wrapper functions for lzss decoding.
void LzssDecodeVram | ( | u8 * | source, |
u16 | address, | ||
u16 | size | ||
) |
Decompress Lzss data to VRAM.
source | the source to decompress from |
address | vram address to decompress |
size | the size in bytes of the data to decompress. |