comparison blastem.h @ 874:b6842dfb8edf

ROM is now run after being selected in menu. Initial path for menu is read from config file.
author Michael Pavone <pavone@retrodev.com>
date Sun, 08 Nov 2015 18:38:33 -0800
parents 69a6ec208111
children 9f149f0e98b7
comparison
equal deleted inserted replaced
873:91bf4d905eba 874:b6842dfb8edf
23 ym2612_context *ym; 23 ym2612_context *ym;
24 psg_context *psg; 24 psg_context *psg;
25 uint16_t *work_ram; 25 uint16_t *work_ram;
26 uint8_t *zram; 26 uint8_t *zram;
27 void *extra; 27 void *extra;
28 char *next_rom;
28 uint8_t *save_storage; 29 uint8_t *save_storage;
29 eeprom_map *eeprom_map; 30 eeprom_map *eeprom_map;
30 uint32_t num_eeprom; 31 uint32_t num_eeprom;
31 uint32_t save_size; 32 uint32_t save_size;
32 uint32_t save_ram_mask; 33 uint32_t save_ram_mask;