view blastem.h @ 1185:9de9d2c6ebe5

Fix border rendering at end of line 1FE. vdp_inactive will probably need a small fixup for the edge case when we start between when the vcounter is incremented and the line is truly finished.
author Michael Pavone <pavone@retrodev.com>
date Thu, 19 Jan 2017 09:32:34 -0800
parents 2eb54e24914e
children 2540c05520f2
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;
#define QUICK_SAVE_SLOT 10

#endif //BLASTEM_H_