61 int n_devices,
char **device_names);
struct settings * settings
struct machine * emul_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)
struct emul * emul_create_from_configfile(char *fname)
void emul_simple_init(struct emul *emul)
struct machine ** machines
void emul_parse_config(struct emul *e, char *fname)
void emul_dumpinfo(struct emul *e)
struct emul * emul_new(char *name)
void emul_run(struct emul *emul)
void emul_destroy(struct emul *emul)