comparison romdb.h @ 2052:3748a2a8a4b7

Support Sega mapper without 'SEGA SSF' in header or ROM DB entry and implement a subset of the extended Sega mapper implemented in the Mega Everdrive when 'SEGA SSF' is present
author Michael Pavone <pavone@retrodev.com>
date Sat, 01 Jan 2022 18:54:46 -0800
parents 0f54a898db03
children 3414a4423de1
comparison
equal deleted inserted replaced
2051:97bfb6089274 2052:3748a2a8a4b7
46 MAPPER_SEGA, 46 MAPPER_SEGA,
47 MAPPER_SEGA_SRAM, 47 MAPPER_SEGA_SRAM,
48 MAPPER_REALTEC, 48 MAPPER_REALTEC,
49 MAPPER_XBAND, 49 MAPPER_XBAND,
50 MAPPER_MULTI_GAME, 50 MAPPER_MULTI_GAME,
51 MAPPER_JCART 51 MAPPER_JCART,
52 MAPPER_SEGA_MED_V2
52 }; 53 };
53 54
54 55
55 typedef struct rom_info rom_info; 56 typedef struct rom_info rom_info;
56 57