summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cps1.c
diff options
context:
space:
mode:
author Robbbert <robbbert@users.noreply.github.com>2013-09-03 08:32:31 +0000
committer Robbbert <robbbert@users.noreply.github.com>2013-09-03 08:32:31 +0000
commite3002adec3163492de76d863a5b13fc7d384b95d (patch)
tree94caefd7164dd3888f6a56460f99572a6bef1884 /src/mame/video/cps1.c
parent97756fef83506fc2c437fa3010b25edd3392e5e4 (diff)
New clones added
-------------------- Street Fighter II: The World Warrior (Japan 910411) [Kevin Eshbach, Bill D., Layne, Smitdogg, The Dumping Union]
Diffstat (limited to 'src/mame/video/cps1.c')
-rw-r--r--src/mame/video/cps1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/video/cps1.c b/src/mame/video/cps1.c
index d61fd9bcd50..478baff9837 100644
--- a/src/mame/video/cps1.c
+++ b/src/mame/video/cps1.c
@@ -101,6 +101,7 @@ Street Fighter II: The World Warrior (USA 910522, Rev. I) 90629B-3 ST
Street Fighter II: The World Warrior (USA 911101) 90629B-3 STF29 IOB1 90632C-1 CPS-B-17 DL-0411-10012 C632
Street Fighter II: The World Warrior (Japan 910214) 90629B-2 STF29 IOB1 90632C-1 CPS-B-17 DL-0411-10012 C632
Street Fighter II: The World Warrior (Japan 910306) 90629B-3 STF29 IOB1 90632C-1 CPS-B-12 DL-0411-10007 C632
+Street Fighter II: The World Warrior (Japan 910411) 90629B-3 STF29 IOB1 90632C-1 CPS-B-15 DL-0411-10010 C632
Street Fighter II: The World Warrior (Japan 910522) 90629B-3 STF29 IOB1 90632C-1 CPS-B-13 DL-0411-10008 C632
Street Fighter II: The World Warrior (Japan 911210) 90629B-? STF29 IOB1 ? CPS-B-13 DL-0411-10008 C632
Street Fighter II: The World Warrior (Japan 920312) 90629B-2 STF29 IOB1 90632C-1 CPS-B-17 DL-0411-10012 C632
@@ -1342,6 +1343,7 @@ static const struct CPS1config cps1_config_table[]=
{"sf2j", CPS_B_13, mapper_STF29, 0x36 },
{"sf2ja", CPS_B_17, mapper_STF29, 0x36 },
{"sf2jc", CPS_B_12, mapper_STF29, 0x36 },
+ {"sf2jf", CPS_B_15, mapper_STF29, 0x36 },
{"sf2jh", CPS_B_13, mapper_STF29, 0x36 },
{"sf2jl", CPS_B_17, mapper_STF29, 0x36 },
{"sf2qp1", CPS_B_17, mapper_STF29, 0x36 },