From 8ad096f5309ac7c3876b22b6d048f229cdf5677d Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 14 May 2019 23:20:35 -0700 Subject: Differentiate between the full Sega mapper and the SRAM only one. Fixes crash on save state load for Phantasy Star IV and other games that use the same mapper --- romdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'romdb.h') diff --git a/romdb.h b/romdb.h index 67b3828..00524db 100644 --- a/romdb.h +++ b/romdb.h @@ -43,6 +43,7 @@ typedef struct { enum { MAPPER_NONE, MAPPER_SEGA, + MAPPER_SEGA_SRAM, MAPPER_REALTEC, MAPPER_XBAND, MAPPER_MULTI_GAME, -- cgit v1.2.3