summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-01-03 18:23:04 -0800
committerMichael Pavone <pavone@retrodev.com>2015-01-03 18:23:04 -0800
commite6216d5d0a9f8cdb700124558d38cd47e63fbdda (patch)
treec56be1f33a2dbac9a61f85795aa96158e4f78167 /blastem.h
parent8ac1e753e1af481b2090a4c1b7395853f30b5e8f (diff)
Made the Z80 core more contained by refactoring some code in blastem.c into z80_to_x86.c
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/blastem.h b/blastem.h
index 46d0b1b..cd75b64 100644
--- a/blastem.h
+++ b/blastem.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