Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
roms.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int sram_save_segment (int seg)
 
int sram_load_segment (int seg)
 
int sram_save_all_segments (void)
 
int roms_load (void)
 
const char * rom_parse_opt (const char *optname, const char *optvalue)
 

Variables

int xep_rom_seg
 
int xep_rom_addr
 
int cfg_noexprom
 
const char * rom_name_tab [0x100]
 

Function Documentation

◆ rom_parse_opt()

const char* rom_parse_opt ( const char *  optname,
const char *  optvalue 
)

Definition at line 47 of file roms.c.

◆ roms_load()

int roms_load ( void  )

Definition at line 140 of file roms.c.

◆ sram_load_segment()

int sram_load_segment ( int  seg)

Definition at line 80 of file roms.c.

◆ sram_save_all_segments()

int sram_save_all_segments ( void  )

Definition at line 87 of file roms.c.

◆ sram_save_segment()

int sram_save_segment ( int  seg)

Definition at line 73 of file roms.c.

Variable Documentation

◆ cfg_noexprom

int cfg_noexprom

Definition at line 28 of file roms.h.

◆ rom_name_tab

const char* rom_name_tab[0x100]

Definition at line 36 of file roms.c.

◆ xep_rom_addr

int xep_rom_addr

Definition at line 28 of file roms.h.

◆ xep_rom_seg

int xep_rom_seg

Definition at line 33 of file roms.c.