#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include "romload.h"#include "system.h"Functions | |
| void | set_rom_path (const char *path) |
| uint8_t * | load_rom (size_t *rom_size, const char *name) |
| void | unload_rom (uint8_t *rom) |
Variables | |
| static const char * | rom_path = "roms" |
| uint8_t* load_rom | ( | size_t * | rom_size, |
| const char * | name | ||
| ) |
| void set_rom_path | ( | const char * | path | ) |
| void unload_rom | ( | uint8_t * | rom | ) |
|
static |
1.8.1.1