diff blastem.h @ 949:5e4fb650de58

Make Exit option in menu work
author Michael Pavone <pavone@retrodev.com>
date Sat, 19 Mar 2016 17:53:50 -0700
parents 9f149f0e98b7
children f5550cdffe49
line wrap: on
line diff
--- a/blastem.h	Sat Mar 19 17:40:17 2016 -0700
+++ b/blastem.h	Sat Mar 19 17:53:50 2016 -0700
@@ -43,6 +43,7 @@
 	uint8_t        save_type;
 	io_port        ports[3];
 	uint8_t        bus_busy;
+	uint8_t        should_exit;
 	eeprom_state   eeprom;
 } genesis_context;