Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Macros | Functions
snapshot.c File Reference
#include "xemu/emutools.h"
#include "xemu/emutools_files.h"
#include "enterprise128.h"
#include "snapshot.h"
#include "cpu.h"
#include "roms.h"
#include <fcntl.h>
Include dependency graph for snapshot.c:

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)
 

Macro Definition Documentation

◆ BLOCK_DAVE

#define BLOCK_DAVE   3

Definition at line 37 of file snapshot.c.

◆ BLOCK_IO

#define BLOCK_IO   2

Definition at line 36 of file snapshot.c.

◆ BLOCK_MACH

#define BLOCK_MACH   5

Definition at line 39 of file snapshot.c.

◆ BLOCK_MEM

#define BLOCK_MEM   1

Definition at line 35 of file snapshot.c.

◆ BLOCK_NICK

#define BLOCK_NICK   4

Definition at line 38 of file snapshot.c.

◆ BLOCK_TYPES

#define BLOCK_TYPES   6

Definition at line 40 of file snapshot.c.

◆ BLOCK_Z80

#define BLOCK_Z80   0

Definition at line 34 of file snapshot.c.

Function Documentation

◆ ep128snap_load()

int ep128snap_load ( const char *  fn)

Definition at line 68 of file snapshot.c.

◆ ep128snap_set_cpu_and_io()

void ep128snap_set_cpu_and_io ( void  )

Definition at line 203 of file snapshot.c.