#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include "cpu.h"
#include "cpu_sh.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"
#include "thirdparty/sh4_exception.h"
Go to the source code of this file.
Functions | |
void | sh_ipl_g_emul_init (struct machine *machine) |
int | sh_ipl_g_emul (struct cpu *cpu) |
int sh_ipl_g_emul | ( | struct cpu * | cpu | ) |
Definition at line 98 of file sh_ipl_g.cc.
References cpu::cd, sh_cpu::expevt, EXPEVT_TRAPA, cpu::sh, and sh_cpu::tra.
Referenced by X().
void sh_ipl_g_emul_init | ( | struct machine * | machine | ) |
Definition at line 51 of file sh_ipl_g.cc.
References cpu::cd, machine::cpus, cpu::sh, SH_INVALID_INSTR, store_16bit_word(), and sh_cpu::vbr.
Referenced by MACHINE_SETUP().