summaryrefslogtreecommitdiff
path: root/romdb.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-12-08 19:33:58 -0800
committerMichael Pavone <pavone@retrodev.com>2015-12-08 19:33:58 -0800
commitff238c672d2f623363169f7ea6a3f292bbb24543 (patch)
tree4e868afca564f77e1202e02d905f15cac22ab8d0 /romdb.h
parent0da12ea007ff827acf74c489d2f3a95fcf17e6af (diff)
Allow IO device config to be overriden by ROM DB
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;