summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-07-10 09:38:05 -0700
committerMike Pavone <pavone@retrodev.com>2013-07-10 09:38:05 -0700
commit28b8256fddf53446898120f9b51a43f132d946bb (patch)
tree1b87d811230919a9e7593ee2623940518f6a5376 /blastem.h
parent5d758f6938dc3c73e2c858255748f781aac17010 (diff)
Add config file parser and default config file
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index 63571d2..635794d 100644
--- a/blastem.h
+++ b/blastem.h
@@ -8,6 +8,7 @@
#include "vdp.h"
#include "psg.h"
#include "io.h"
+#include "config.h"
#define RAM_FLAG_ODD 0x1800
#define RAM_FLAG_EVEN 0x1000
@@ -30,6 +31,7 @@ typedef struct {
extern genesis_context * genesis;
extern int break_on_sync;
+extern tern_node * config;
uint16_t read_dma_value(uint32_t address);
m68k_context * debugger(m68k_context * context, uint32_t address);