diff 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
line wrap: on
line diff
--- a/romdb.h	Fri Dec 31 13:03:21 2021 -0800
+++ b/romdb.h	Sat Jan 01 18:54:46 2022 -0800
@@ -48,7 +48,8 @@
 	MAPPER_REALTEC,
 	MAPPER_XBAND,
 	MAPPER_MULTI_GAME,
-	MAPPER_JCART
+	MAPPER_JCART,
+	MAPPER_SEGA_MED_V2
 };