From 9d475a3ccb5b2e1e206cf4c219ec5984cec3574f Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 20 Jul 2015 21:15:34 -0700 Subject: Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works. --- rom.db | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'rom.db') 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 -- cgit v1.2.3