summaryrefslogtreecommitdiff
path: root/romdb.h
diff options
context:
space:
mode:
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;