summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-03-19 17:53:50 -0700
committerMichael Pavone <pavone@retrodev.com>2016-03-19 17:53:50 -0700
commitbbcb174acd1e9935c06b8d19acbf2fba8f46845f (patch)
tree886613ff29be47475e3e04b37dedb95335ced7f2 /blastem.h
parentec7d2e3aa5a16c4d77cb7644ceba48c48fecdb9f (diff)
Make Exit option in menu work
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index c5150a4..a828180 100644
--- a/blastem.h
+++ b/blastem.h
@@ -43,6 +43,7 @@ typedef struct {
uint8_t save_type;
io_port ports[3];
uint8_t bus_busy;
+ uint8_t should_exit;
eeprom_state eeprom;
} genesis_context;