From 28b8256fddf53446898120f9b51a43f132d946bb Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Wed, 10 Jul 2013 09:38:05 -0700 Subject: Add config file parser and default config file --- blastem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blastem.h') 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); -- cgit v1.2.3