#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "cpu.h"
#include "device.h"
#include "devices.h"
#include "diskimage.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"
Go to the source code of this file.
Macros | |
#define | PLAYSTATION2_BDA 0xffffffffa0001000ULL |
#define | PLAYSTATION2_OPTARGS 0xffffffff81fff100ULL |
#define | PLAYSTATION2_SIFBIOS 0xffffffffbfc10000ULL |
Functions | |
MACHINE_SETUP (playstation2) | |
MACHINE_DEFAULT_CPU (playstation2) | |
MACHINE_DEFAULT_RAM (playstation2) | |
MACHINE_REGISTER (playstation2) | |
#define PLAYSTATION2_BDA 0xffffffffa0001000ULL |
Definition at line 44 of file machine_playstation2.cc.
Referenced by MACHINE_SETUP().
#define PLAYSTATION2_OPTARGS 0xffffffff81fff100ULL |
Definition at line 45 of file machine_playstation2.cc.
Referenced by MACHINE_SETUP().
#define PLAYSTATION2_SIFBIOS 0xffffffffbfc10000ULL |
Definition at line 46 of file machine_playstation2.cc.
Referenced by MACHINE_SETUP().
MACHINE_DEFAULT_CPU | ( | playstation2 | ) |
Definition at line 164 of file machine_playstation2.cc.
References machine::cpu_name.
MACHINE_DEFAULT_RAM | ( | playstation2 | ) |
Definition at line 170 of file machine_playstation2.cc.
References machine::physical_ram_in_mb.
MACHINE_REGISTER | ( | playstation2 | ) |
Definition at line 176 of file machine_playstation2.cc.
References ARCH_MIPS, machine_entry_add_alias(), MACHINE_PS2, and MR_DEFAULT.
MACHINE_SETUP | ( | playstation2 | ) |
Definition at line 55 of file machine_playstation2.cc.
References add_symbol_name(), machine::boot_string_argument, machine::bootstr, machine::bootstrap_cpu, cpu::byte_order, CHECK_ALLOCATION, dev_ram_init(), DEV_RAM_RAM, device_add(), diskimage_exist(), DISKIMAGE_IDE, EMUL_LITTLE_ENDIAN, x11_md::in_use, machine::machine_name, machine::path, machine::physical_ram_in_mb, PLAYSTATION2_BDA, PLAYSTATION2_OPTARGS, PLAYSTATION2_SIFBIOS, machine::prom_emulation, store_32bit_word(), store_buf(), store_byte(), store_string(), strlen(), machine::symbol_context, and machine::x11_md.