summaryrefslogtreecommitdiff
path: root/romdb.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-06 19:46:46 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-06 19:46:46 -0700
commit358991e7fef42ae206231aabfeee045e5214dbe4 (patch)
treecd302c088ac4e172f6cdcd4ee6ec28669c2c0e11 /romdb.h
parent0be7e726ad839d36d50db630b24ea0f1dc141c08 (diff)
SRAM detection from ROM header is no working correctly again
Diffstat (limited to 'romdb.h')
-rw-r--r--romdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/romdb.h b/romdb.h
index 776c2f5..5b21840 100644
--- a/romdb.h
+++ b/romdb.h
@@ -21,6 +21,7 @@ typedef struct {
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;