From 9d475a3ccb5b2e1e206cf4c219ec5984cec3574f Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 20 Jul 2015 21:15:34 -0700 Subject: Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works. --- romdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'romdb.h') diff --git a/romdb.h b/romdb.h index 3bf9fa6..e2af1de 100644 --- a/romdb.h +++ b/romdb.h @@ -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; -- cgit v1.2.3