#include "xemu/emutools.h"
#include "rom.h"
#include "xemu/emutools_files.h"
#include "memcontent.h"
#include "xemu/vgafonts.c"
#include "rom/mega65-xemu-stub-rom.cdata"
Go to the source code of this file.
◆ CHARACTER_SET_DEFINER_8X8
Definition at line 23 of file rom.c.
◆ rom_clear_reports()
void rom_clear_reports |
( |
void |
| ) |
|
Definition at line 48 of file rom.c.
◆ rom_clear_rom()
void rom_clear_rom |
( |
Uint8 * |
rom | ) |
|
◆ rom_detect_date()
void rom_detect_date |
( |
const Uint8 * |
rom | ) |
|
Definition at line 82 of file rom.c.
◆ rom_do_override()
int rom_do_override |
( |
Uint8 * |
rom | ) |
|
◆ rom_load_custom()
int rom_load_custom |
( |
const char * |
fn | ) |
|
◆ rom_make_xemu_stub_rom()
void rom_make_xemu_stub_rom |
( |
Uint8 * |
rom, |
|
|
const char * |
save_file |
|
) |
| |
◆ rom_unset_requests()
void rom_unset_requests |
( |
void |
| ) |
|
Definition at line 58 of file rom.c.
◆ rom_date
Definition at line 27 of file rom.c.
◆ rom_from_prefdir_allowed
int rom_from_prefdir_allowed = 0 |
Definition at line 34 of file rom.c.
◆ rom_hash_str
Definition at line 30 of file rom.c.
◆ rom_initrom_requested
int rom_initrom_requested = 0 |
Definition at line 33 of file rom.c.
◆ rom_is_external
Definition at line 36 of file rom.c.
◆ rom_is_openroms
Definition at line 28 of file rom.c.
◆ rom_is_overriden
Definition at line 35 of file rom.c.
◆ rom_is_stub
Definition at line 29 of file rom.c.
◆ rom_name
const char* rom_name = _rom_name_preboot |
Definition at line 45 of file rom.c.
◆ rom_stubrom_requested
int rom_stubrom_requested = 0 |
Definition at line 32 of file rom.c.