summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-11-08 18:38:33 -0800
committerMichael Pavone <pavone@retrodev.com>2015-11-08 18:38:33 -0800
commit9fed70ee51604f4bdf49dfebad4658c5cc2bfdd1 (patch)
tree7d254c9b85e2018c79718ab4762d98fbbaf171a8 /blastem.h
parentce3e0b6afab1258cbe01ab82101f2c0f07a578e6 (diff)
ROM is now run after being selected in menu. Initial path for menu is read from config file.
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 958f8b0..a4e2d1f 100644
--- a/blastem.h
+++ b/blastem.h
@@ -25,6 +25,7 @@ typedef struct {
uint16_t *work_ram;
uint8_t *zram;
void *extra;
+ char *next_rom;
uint8_t *save_storage;
eeprom_map *eeprom_map;
uint32_t num_eeprom;