--- In gbadev@yahoogroups.com, Aleksey Malov <vivid@b...> wrote:
> Hello Ronald,
>
> I just made functions to read/write bytes from/to VRAM
>
> static int ReadVRAM(unsigned char *pData)
> static void WriteVRAM(unsigned char *pDest, int byte)
> --
> Best regards,
> mailto:vivid@b...
Thanks Aleksey!, but I was asking for help with the compressor program
(coded for the PC) not with the decompression call to BIOS (in the gba).
Sorry if I wasn't clear enough, English is not my native language :(.
Ronald