Mercurial > repos > blastem
comparison blastem.h @ 866:69a6ec208111
Menu ROM now pulls real file names from the OS rather than using a fake list
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 06 Nov 2015 12:19:39 -0800 |
parents | 092524bb2e8f |
children | b6842dfb8edf |
comparison
equal
deleted
inserted
replaced
865:305c85c0b954 | 866:69a6ec208111 |
---|---|
22 vdp_context *vdp; | 22 vdp_context *vdp; |
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 uint8_t *save_storage; | 28 uint8_t *save_storage; |
28 eeprom_map *eeprom_map; | 29 eeprom_map *eeprom_map; |
29 uint32_t num_eeprom; | 30 uint32_t num_eeprom; |
30 uint32_t save_size; | 31 uint32_t save_size; |
31 uint32_t save_ram_mask; | 32 uint32_t save_ram_mask; |