diff options
Diffstat (limited to 'blastem.h')
-rw-r--r-- | blastem.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |