summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--romdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/romdb.c b/romdb.c
index 331573e..f0c79cb 100644
--- a/romdb.c
+++ b/romdb.c
@@ -256,6 +256,7 @@ void add_memmap_header(rom_info *info, uint8_t *rom, uint32_t size, memmap_chunk
} else if (rom_end > nearest_pow2(size)) {
rom_end = nearest_pow2(size);
}
+ info->save_type = SAVE_NONE;
if (size >= 0x80000 && !memcmp("SEGA SSF", rom + 0x100, 8)) {
info->mapper_start_index = 0;
info->mapper_type = MAPPER_SEGA;