diff rom.db @ 776:cbf97d335444

Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
author Michael Pavone <pavone@retrodev.com>
date Mon, 20 Jul 2015 21:15:34 -0700
parents 41dc895e85ff
children c63ed5db68b6
line wrap: on
line diff
--- a/rom.db	Sun Jul 19 22:30:40 2015 -0700
+++ b/rom.db	Mon Jul 20 21:15:34 2015 -0700
@@ -173,4 +173,32 @@
 			}
 		}
 	}
+}
+MK-12056 {
+	name Super Street Fighter 2: The New Challengers
+	map {
+		0 {
+			device ROM
+			last 7FFFF
+		}
+		80000 {
+			device Sega mapper
+			last 3FFFFF
+			offset 80000
+		}
+	}
+}
+T-12056 {
+	name Super Street Fighter 2: The New Challengers
+	map {
+		0 {
+			device ROM
+			last 7FFFF
+		}
+		80000 {
+			device Sega mapper
+			last 3FFFFF
+			offset 80000
+		}
+	}
 }
\ No newline at end of file