diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-20 21:15:34 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-20 21:15:34 -0700 |
commit | 9d475a3ccb5b2e1e206cf4c219ec5984cec3574f (patch) | |
tree | 990b3714bc4f92006e716bb9ceeb0324a4da9587 /rom.db | |
parent | 5733306bcd4e653994b5830cf035e7487869aeb7 (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.db | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -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 |