summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-07-26 19:55:04 -0700
committerMike Pavone <pavone@retrodev.com>2013-07-26 19:55:04 -0700
commita75eb24bfbbf0dd3492c8414cfaafa0569a1539a (patch)
tree394d6b3f79abcc178c6881bbe9b076dd62d4ce7e /blastem.h
parentf09e868c52d367731accb654a3de3c95c5694519 (diff)
Added support for saving savestates. Added gst savestate format test harness
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index 635794d..da7953a 100644
--- a/blastem.h
+++ b/blastem.h
@@ -31,7 +31,10 @@ typedef struct {
extern genesis_context * genesis;
extern int break_on_sync;
+extern int save_state;
extern tern_node * config;
+extern uint8_t busreq;
+extern uint8_t reset;
uint16_t read_dma_value(uint32_t address);
m68k_context * debugger(m68k_context * context, uint32_t address);