Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
roms.c File Reference
#include "xep128.h"
#include "roms.h"
#include "cpu.h"
#include "configuration.h"
#include "emu_rom_interface.h"
#include "xemu/../rom/ep128/xep_rom.hex"
Include dependency graph for roms.c:

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)
 

Variables

int xep_rom_seg = -1
 
int xep_rom_addr
 
const char * rom_name_tab [0x100]
 

Function Documentation

◆ roms_load()

int roms_load ( void  )

Definition at line 94 of file roms.c.

◆ sram_load_segment()

int sram_load_segment ( int  seg)

Definition at line 63 of file roms.c.

Here is the call graph for this function:

◆ sram_save_all_segments()

int sram_save_all_segments ( void  )

Definition at line 82 of file roms.c.

Here is the call graph for this function:

◆ sram_save_segment()

int sram_save_segment ( int  seg)

Definition at line 44 of file roms.c.

Here is the call graph for this function:

Variable Documentation

◆ rom_name_tab

const char* rom_name_tab[0x100]

Definition at line 31 of file roms.c.

◆ xep_rom_addr

int xep_rom_addr

Definition at line 30 of file roms.c.

◆ xep_rom_seg

int xep_rom_seg = -1

Definition at line 29 of file roms.c.