comparison romdb.h @ 956:f5550cdffe49

Saving the save directory in the rom_info struct didn't make sense. It should be in the console context.
author Michael Pavone <pavone@retrodev.com>
date Fri, 15 Apr 2016 20:39:26 -0700
parents 229c23b3ab73
children 5fb64487b6e1
comparison
equal deleted inserted replaced
955:229c23b3ab73 956:f5550cdffe49
35 uint8_t latch; 35 uint8_t latch;
36 } eeprom_state; 36 } eeprom_state;
37 37
38 typedef struct { 38 typedef struct {
39 char *name; 39 char *name;
40 char *save_dir;
41 memmap_chunk *map; 40 memmap_chunk *map;
42 uint8_t *save_buffer; 41 uint8_t *save_buffer;
43 eeprom_map *eeprom_map; 42 eeprom_map *eeprom_map;
44 char *port1_override; 43 char *port1_override;
45 char *port2_override; 44 char *port2_override;