diff romdb.h @ 1416:11ac0b511cff

Support a couple of bootleg X-in-1 carts
author Michael Pavone <pavone@retrodev.com>
date Sat, 24 Jun 2017 13:55:54 -0700
parents d94855080529
children 14a2834d010c
line wrap: on
line diff
--- a/romdb.h	Fri Jun 23 23:16:44 2017 -0700
+++ b/romdb.h	Sat Jun 24 13:55:54 2017 -0700
@@ -46,6 +46,7 @@
 	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 @@
 	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;