libmsx
C library for MSX
|
Functions | |
int | la0_open_mem (MemFile *mf, const uint8_t *loc, size_t size) |
MSX Open LA0 file stored in ROM / RAM. | |
int | la0_open_bmem (MemFile *mf, bmemptr_t loc, uint32_t size) |
MSX Open LA0 file stored in banked memory (MegaROM). | |
int | la0_open_resource (MemFile *mf, const char *path) |
MSX Open LA0 file stored as named resources in banked memory (MegaROM). | |
int la0_open_mem | ( | MemFile * | mf, |
const uint8_t * | loc, | ||
size_t | size | ||
) |
MSX
Open LA0 file stored in ROM / RAM.
mf | Pointer to a memory-file pointer to be initialized. |
loc | Location of the LA0 file image. |
size | File size in bytes. |
MSX
Open LA0 file stored in banked memory (MegaROM).
mf | Pointer to a memory-file pointer to be initialized. |
loc | Location of the LA0 file image in banked memory. |
size | File size in bytes. |
int la0_open_resource | ( | MemFile * | mf, |
const char * | path | ||
) |
MSX
Open LA0 file stored as named resources in banked memory (MegaROM).
mf | Pointer to a memory-file pointer to be initialized. |
path | Path/File name of the resource. |