view blastem.h @ 1103:22e87b739ad6

WIP split of ROM loading/argument parsing from Genesis emulation code. Compiles and doesn't crash, but nothing works. Still a few too many globals as well.
author Michael Pavone <pavone@retrodev.com>
date Fri, 09 Dec 2016 09:48:48 -0800
parents 5fb64487b6e1
children 2eb54e24914e
line wrap: on
line source

#ifndef BLASTEM_H_
#define BLASTEM_H_

#include "tern.h"

extern int headless;
extern int exit_after;
extern int z80_enabled;
extern int frame_limit;

extern tern_node * config;

extern char *save_state_path;
#define QUICK_SAVE_SLOT 10

#endif //BLASTEM_H_