summaryrefslogtreecommitdiff
path: root/rom.db
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-20 21:15:34 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-20 21:15:34 -0700
commit9d475a3ccb5b2e1e206cf4c219ec5984cec3574f (patch)
tree990b3714bc4f92006e716bb9ceeb0324a4da9587 /rom.db
parent5733306bcd4e653994b5830cf035e7487869aeb7 (diff)
Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Diffstat (limited to 'rom.db')
-rw-r--r--rom.db28
1 files changed, 28 insertions, 0 deletions
diff --git a/rom.db b/rom.db
index 5759789..a2a00fe 100644
--- a/rom.db
+++ b/rom.db
@@ -173,4 +173,32 @@ T-81476 {
}
}
}
+}
+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