summaryrefslogtreecommitdiff
path: root/romdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'romdb.h')
-rw-r--r--romdb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/romdb.h b/romdb.h
index e2af1de..e7e484d 100644
--- a/romdb.h
+++ b/romdb.h
@@ -40,6 +40,9 @@ typedef struct {
memmap_chunk *map;
uint8_t *save_buffer;
eeprom_map *eeprom_map;
+ char *port1_override;
+ char *port2_override;
+ char *ext_override;
uint32_t num_eeprom;
uint32_t map_chunks;
uint32_t save_size;