#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sstream>
#include <string>
#include "cpu.h"
#include "device.h"
#include "devices.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"
Go to the source code of this file.
Functions | |
MACHINE_SETUP (dreamcast) | |
MACHINE_DEFAULT_CPU (dreamcast) | |
MACHINE_DEFAULT_RAM (dreamcast) | |
MACHINE_REGISTER (dreamcast) | |
MACHINE_DEFAULT_CPU | ( | dreamcast | ) |
Definition at line 192 of file machine_dreamcast.cc.
References machine::cpu_name.
MACHINE_DEFAULT_RAM | ( | dreamcast | ) |
Definition at line 199 of file machine_dreamcast.cc.
References machine::physical_ram_in_mb.
MACHINE_REGISTER | ( | dreamcast | ) |
Definition at line 207 of file machine_dreamcast.cc.
References ARCH_SH, MACHINE_DREAMCAST, machine_entry_add_alias(), and MR_DEFAULT.
MACHINE_SETUP | ( | dreamcast | ) |
Definition at line 48 of file machine_dreamcast.cc.
References add_symbol_name(), memory_device::baseaddr, cpu::cd, machine::cpus, dev_ram_init(), DEV_RAM_MIGHT_POINT_TO_DEVICES, DEV_RAM_MIRROR, DEV_RAM_RAM, device_add(), memory::devices, dreamcast_machine_setup(), machine::emulated_hz, x11_md::in_use, memory_device::length, machine::machine_name, cpu::mem, memory::n_mmapped_devices, memory_device::name, sh_cpu::pclock, machine::prom_emulation, cpu::sh, machine::symbol_context, and machine::x11_md.