#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include "cpu.h"#include "machine.h"#include "memory.h"#include "misc.h"#include "thirdparty/dreamcast_pvr.h"Go to the source code of this file.
Macros | |
| #define | DREAMCAST_ROMFONT_BASE 0x80100020 |
| #define | DREAMCAST_MACHINE_ID_ADDRESS 0x80000068 |
Functions | |
| void | dreamcast_machine_setup (struct machine *machine) |
| void | dreamcast_emul (struct cpu *cpu) |
Variables | |
| unsigned char | font8x16 [] |
| #define DREAMCAST_MACHINE_ID_ADDRESS 0x80000068 |
Definition at line 82 of file dreamcast.cc.
| #define DREAMCAST_ROMFONT_BASE 0x80100020 |
Definition at line 78 of file dreamcast.cc.
| void dreamcast_emul | ( | struct cpu * | cpu | ) |
Definition at line 239 of file dreamcast.cc.
References cpu::cd, DREAMCAST_MACHINE_ID_ADDRESS, DREAMCAST_ROMFONT_BASE, fatal(), cpu::pc, sh_cpu::r, cpu::running, and cpu::sh.
Referenced by X().
| void dreamcast_machine_setup | ( | struct machine * | machine | ) |
Definition at line 200 of file dreamcast.cc.
References machine::cpus, DREAMCAST_MACHINE_ID_ADDRESS, SH_INVALID_INSTR, store_16bit_word(), store_32bit_word(), and store_64bit_word().
Referenced by MACHINE_SETUP().
| unsigned char font8x16[] |
Definition at line 1 of file font8x16.cc.
Referenced by dev_vga_init().
1.8.17