view blastem.h @ 1430:747c779fc137

Avoid generating an instruction that would require a REX prefix when a7 is used as a byte-wide source operand in 32-bit builds. Fixes a fatal error in Dragon's Fury when entering the option menu in a 32-bit build
author Michael Pavone <pavone@retrodev.com>
date Fri, 11 Aug 2017 18:43:48 -0700
parents 2540c05520f2
children e2bd03ed3190
line wrap: on
line source

#ifndef BLASTEM_H_
#define BLASTEM_H_

#include "tern.h"
#include "system.h"

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

extern tern_node * config;
extern system_header *current_system;

extern char *save_state_path;
extern char *save_filename;
extern uint8_t use_native_states;
#define QUICK_SAVE_SLOT 10

#endif //BLASTEM_H_