comparison romdb.h @ 913:a5a51465f8b0

Allow IO device config to be overriden by ROM DB
author Michael Pavone <pavone@retrodev.com>
date Tue, 08 Dec 2015 19:33:58 -0800
parents cbf97d335444
children 9e882eca717e
comparison
equal deleted inserted replaced
912:599e2861f484 913:a5a51465f8b0
38 typedef struct { 38 typedef struct {
39 char *name; 39 char *name;
40 memmap_chunk *map; 40 memmap_chunk *map;
41 uint8_t *save_buffer; 41 uint8_t *save_buffer;
42 eeprom_map *eeprom_map; 42 eeprom_map *eeprom_map;
43 char *port1_override;
44 char *port2_override;
45 char *ext_override;
43 uint32_t num_eeprom; 46 uint32_t num_eeprom;
44 uint32_t map_chunks; 47 uint32_t map_chunks;
45 uint32_t save_size; 48 uint32_t save_size;
46 uint32_t save_mask; 49 uint32_t save_mask;
47 uint16_t mapper_start_index; 50 uint16_t mapper_start_index;