diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-20 21:15:34 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-20 21:15:34 -0700 |
commit | 9d475a3ccb5b2e1e206cf4c219ec5984cec3574f (patch) | |
tree | 990b3714bc4f92006e716bb9ceeb0324a4da9587 /romdb.h | |
parent | 5733306bcd4e653994b5830cf035e7487869aeb7 (diff) |
Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Diffstat (limited to 'romdb.h')
-rw-r--r-- | romdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ typedef struct { 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; |