comparison 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
comparison
equal deleted inserted replaced
1862:e07fc3d473b2 1863:d60f2d7c02a5
41 } nor_state; 41 } nor_state;
42 42
43 enum { 43 enum {
44 MAPPER_NONE, 44 MAPPER_NONE,
45 MAPPER_SEGA, 45 MAPPER_SEGA,
46 MAPPER_SEGA_SRAM,
46 MAPPER_REALTEC, 47 MAPPER_REALTEC,
47 MAPPER_XBAND, 48 MAPPER_XBAND,
48 MAPPER_MULTI_GAME, 49 MAPPER_MULTI_GAME,
49 MAPPER_JCART 50 MAPPER_JCART
50 }; 51 };