diff romdb.h @ 767:ea525f600b1d

SRAM detection from ROM header is no working correctly again
author Michael Pavone <pavone@retrodev.com>
date Mon, 06 Jul 2015 19:46:46 -0700
parents 1b2f8280ba81
children 4638b88bc72d
line wrap: on
line diff
--- a/romdb.h	Sun Jul 05 14:21:34 2015 -0700
+++ b/romdb.h	Mon Jul 06 19:46:46 2015 -0700
@@ -21,6 +21,7 @@
 	uint8_t       *save_buffer;
 	uint32_t      map_chunks;
 	uint32_t      save_size;
+	uint32_t      save_mask;
 	uint8_t       save_type;
 	uint8_t       regions;
 } rom_info;