Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
#include "xemu/emutools.h"
#include "xemu/emutools_files.h"
#include "enterprise128.h"
#include "snapshot.h"
#include "cpu.h"
#include "roms.h"
#include <fcntl.h>
Go to the source code of this file.
Macros | |
#define | BLOCK_Z80 0 |
#define | BLOCK_MEM 1 |
#define | BLOCK_IO 2 |
#define | BLOCK_DAVE 3 |
#define | BLOCK_NICK 4 |
#define | BLOCK_MACH 5 |
#define | BLOCK_TYPES 6 |
Functions | |
int | ep128snap_load (const char *fn) |
void | ep128snap_set_cpu_and_io (void) |
#define BLOCK_DAVE 3 |
Definition at line 37 of file snapshot.c.
#define BLOCK_IO 2 |
Definition at line 36 of file snapshot.c.
#define BLOCK_MACH 5 |
Definition at line 39 of file snapshot.c.
#define BLOCK_MEM 1 |
Definition at line 35 of file snapshot.c.
#define BLOCK_NICK 4 |
Definition at line 38 of file snapshot.c.
#define BLOCK_TYPES 6 |
Definition at line 40 of file snapshot.c.
#define BLOCK_Z80 0 |
Definition at line 34 of file snapshot.c.
int ep128snap_load | ( | const char * | fn | ) |
Definition at line 68 of file snapshot.c.
void ep128snap_set_cpu_and_io | ( | void | ) |
Definition at line 203 of file snapshot.c.