diff romdb.h @ 776:cbf97d335444

Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
author Michael Pavone <pavone@retrodev.com>
date Mon, 20 Jul 2015 21:15:34 -0700
parents a3b90f746dcf
children a5a51465f8b0
line wrap: on
line diff
--- a/romdb.h	Sun Jul 19 22:30:40 2015 -0700
+++ b/romdb.h	Mon Jul 20 21:15:34 2015 -0700
@@ -44,6 +44,7 @@
 	uint32_t      map_chunks;
 	uint32_t      save_size;
 	uint32_t      save_mask;
+	uint16_t      mapper_start_index;
 	uint8_t       save_type;
 	uint8_t       regions;
 } rom_info;