From ff238c672d2f623363169f7ea6a3f292bbb24543 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 8 Dec 2015 19:33:58 -0800 Subject: Allow IO device config to be overriden by ROM DB --- romdb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'romdb.h') 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; -- cgit v1.2.3