summaryrefslogtreecommitdiff
path: root/romdb.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-06-24 13:55:54 -0700
committerMichael Pavone <pavone@retrodev.com>2017-06-24 13:55:54 -0700
commitc21c73853ca656be57011cdb0c2e7b9da1dac5df (patch)
tree7166ac77cecb7a046803eaa3d89d1c9f9815e493 /romdb.h
parent9619ce0a27ca9509a9c86f156f411258a17e085f (diff)
Support a couple of bootleg X-in-1 carts
Diffstat (limited to 'romdb.h')
-rw-r--r--romdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/romdb.h b/romdb.h
index 509a039..bc8f06e 100644
--- a/romdb.h
+++ b/romdb.h
@@ -46,6 +46,7 @@ struct rom_info {
char *name;
memmap_chunk *map;
uint8_t *save_buffer;
+ void *rom;
eeprom_map *eeprom_map;
char *port1_override;
char *port2_override;
@@ -53,6 +54,7 @@ struct rom_info {
char *mouse_mode;
uint32_t num_eeprom;
uint32_t map_chunks;
+ uint32_t rom_size;
uint32_t save_size;
uint32_t save_mask;
uint32_t save_page_size;