summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/blastem.h b/blastem.h
index 112ebfa..cd75b64 100644
--- a/blastem.h
+++ b/blastem.h
@@ -7,7 +7,7 @@
#define BLASTEM_H_
#include <stdint.h>
-#include "m68k_to_x86.h"
+#include "m68k_core.h"
#include "z80_to_x86.h"
#include "ym2612.h"
#include "vdp.h"
@@ -19,8 +19,6 @@
#define RAM_FLAG_EVEN 0x1000
#define RAM_FLAG_BOTH 0x0000
-#define CYCLE_NEVER 0xFFFFFFFF
-
typedef struct {
m68k_context *m68k;
z80_context *z80;
@@ -42,8 +40,6 @@ extern int headless;
extern int break_on_sync;
extern int save_state;
extern tern_node * config;
-extern uint8_t busreq;
-extern uint8_t reset;
#define CARTRIDGE_WORDS 0x200000
#define RAM_WORDS 32 * 1024