emul.h File Reference

Back to the index.

Classes | Functions
emul.h File Reference
#include "misc.h"

Go to the source code of this file.

Classes

struct  emul
 

Functions

struct emulemul_new (char *name)
 
void emul_destroy (struct emul *emul)
 
struct machineemul_add_machine (struct emul *e, char *name)
 
void emul_machine_setup (struct machine *machine, int n_load, char **load_names, int n_devices, char **device_names)
 
void emul_dumpinfo (struct emul *e)
 
void emul_simple_init (struct emul *emul)
 
struct emulemul_create_from_configfile (char *fname)
 
void emul_run (struct emul *emul)
 
void emul_parse_config (struct emul *e, char *fname)
 

Function Documentation

◆ emul_add_machine()

struct machine* emul_add_machine ( struct emul e,
char *  name 
)

◆ emul_create_from_configfile()

struct emul* emul_create_from_configfile ( char *  fname)

Definition at line 756 of file emul.cc.

References debug, DEBUG_INDENTATION, debug_indentation(), emul_new(), and emul_parse_config().

◆ emul_destroy()

void emul_destroy ( struct emul emul)

◆ emul_dumpinfo()

void emul_dumpinfo ( struct emul e)

◆ emul_machine_setup()

void emul_machine_setup ( struct machine machine,
int  n_load,
char **  load_names,
int  n_devices,
char **  device_names 
)

◆ emul_new()

struct emul* emul_new ( char *  name)

◆ emul_parse_config()

void emul_parse_config ( struct emul e,
char *  fname 
)

Definition at line 699 of file emul_parse.cc.

References f(), MAX_WORD_LEN, and PARSESTATE_EMUL.

Referenced by emul_create_from_configfile().

◆ emul_run()

void emul_run ( struct emul emul)

Definition at line 780 of file emul.cc.

◆ emul_simple_init()

void emul_simple_init ( struct emul emul)

Generated on Sun Sep 30 2018 16:05:18 for GXemul by doxygen 1.8.13