diff romdb.h @ 1863:d60f2d7c02a5

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
author Michael Pavone <pavone@retrodev.com>
date Tue, 14 May 2019 23:20:35 -0700
parents c206a422d466
children 0f54a898db03
line wrap: on
line diff
--- a/romdb.h	Wed May 08 23:44:40 2019 -0700
+++ b/romdb.h	Tue May 14 23:20:35 2019 -0700
@@ -43,6 +43,7 @@
 enum {
 	MAPPER_NONE,
 	MAPPER_SEGA,
+	MAPPER_SEGA_SRAM,
 	MAPPER_REALTEC,
 	MAPPER_XBAND,
 	MAPPER_MULTI_GAME,