#include <stdio.h>#include <stdlib.h>#include <string.h>#include "cpu.h"#include "diskimage.h"#include "emul.h"#include "machine.h"#include "memory.h"Go to the source code of this file.
Functions | |
| int | load_bootblock (struct machine *m, struct cpu *cpu, int *n_loadp, char ***load_namesp) |
Definition at line 65 of file bootblock.cc.
References CHECK_ALLOCATION, debug, diskimage_bootdev(), diskimage_get_baseoffset(), diskimage_is_a_cdrom(), fatal(), cpu::machine, MACHINE_DREAMCAST, and machine::machine_type.
Referenced by emul_machine_setup().
1.8.17