#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | ROMLOAD_DECL_BEGIN__ |
| #define | ROMLOAD_DECL_END__ |
Functions | |
| ROMLOAD_DECL_BEGIN__ uint8_t * | load_rom (size_t *rom_size, const char *name) |
| void | unload_rom (uint8_t *rom) |
| void | set_rom_path (const char *path) |
| #define ROMLOAD_DECL_BEGIN__ |
| #define ROMLOAD_DECL_END__ |
| ROMLOAD_DECL_BEGIN__ uint8_t* load_rom | ( | size_t * | rom_size, |
| const char * | name | ||
| ) |
| void set_rom_path | ( | const char * | path | ) |
| void unload_rom | ( | uint8_t * | rom | ) |
1.8.1.1