summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-05-15 20:12:16 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2018-05-15 20:12:16 +0200
commitbbf9a9cf40a0e6ef160ebe173b61c180def3fdc8 (patch)
tree0e0eb3b967e45b16bbc10a534ef97ee07ab46eb3 /src/mame/video
parent1795cd3b244498e0e75df1d784bccd19ca321119 (diff)
new working clone
------------------------- Street Fighter II': Champion Edition (bootleg with level selection) [hammy, The Dumping Union]
Diffstat (limited to 'src/mame/video')
-rw-r--r--src/mame/video/cps1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/cps1.cpp b/src/mame/video/cps1.cpp
index 336ae6ea708..24420e6d8dc 100644
--- a/src/mame/video/cps1.cpp
+++ b/src/mame/video/cps1.cpp
@@ -1551,6 +1551,7 @@ static const struct CPS1config cps1_config_table[]=
{"sf2amf", CPS_B_21_DEF, mapper_S9263B, 0x36, 0, 0, 1 }, // probably wrong but this set is not completely dumped anyway
{"sf2amf2", CPS_B_21_DEF, mapper_S9263B, 0x36, 0, 0, 1 },
{"sf2dkot2", CPS_B_21_DEF, mapper_S9263B, 0x36 },
+ {"sf2level", HACK_B_1, mapper_S9263B, 0, 0, 0, 2 },
{"sf2m1", CPS_B_21_DEF, mapper_S9263B, 0x36 },
{"sf2m2", CPS_B_21_DEF, mapper_S9263B, 0x36, 0, 0, 1 },
{"sf2m3", HACK_B_1, mapper_S9263B, 0, 0, 0, 2 },