view blastem.h @ 1109:4bc27caa6e20

Fix a subtle bug in interrupt handling introduced with the move to a single cycle register in the Z80 core. Fixes regression in Puyo Puyo 2
author Michael Pavone <pavone@retrodev.com>
date Wed, 14 Dec 2016 23:26:12 -0800
parents 22e87b739ad6
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_