view blastem.h @ 1107:fc125af5e4f1

Fix to the fix of handling of self modifying code. Was ORing the base address with the wrong register before calling the modified code handler
author Michael Pavone <pavone@retrodev.com>
date Mon, 12 Dec 2016 19:21:22 -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_