diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-06 19:46:46 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-06 19:46:46 -0700 |
commit | 358991e7fef42ae206231aabfeee045e5214dbe4 (patch) | |
tree | cd302c088ac4e172f6cdcd4ee6ec28669c2c0e11 /romdb.h | |
parent | 0be7e726ad839d36d50db630b24ea0f1dc141c08 (diff) |
SRAM detection from ROM header is no working correctly again
Diffstat (limited to 'romdb.h')
-rw-r--r-- | romdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |