(libretro) update files

This commit is contained in:
barbudreadmon 2020-07-08 15:20:37 +02:00
parent 91b1b57c3a
commit 706d8aeff4
3 changed files with 28 additions and 1 deletions

View File

@ -114802,6 +114802,30 @@
<rom name="27c512.8" size="65536" crc="13ea1c44"/>
<driver status="good"/>
</game>
<game name="sf2ceuab11" cloneof="sf2ce" romof="sf2ce">
<description>Street Fighter II' - Champion Edition (920313 USA bootleg set 11) [Bootleg, Some graphic issues due to roms]</description>
<year>1992</year>
<manufacturer>bootleg</manufacturer>
<rom name="7.bin" size="524288" crc="74803532"/>
<rom name="5.bin" size="524288" crc="66c91972"/>
<rom name="6.bin" size="131072" crc="1073b7b6"/>
<rom name="4.bin" size="131072" crc="924c6ce2"/>
<rom name="a-se168.07" size="1048576" crc="a258de13"/>
<rom name="c-se005.12" size="1048576" crc="c781bf87"/>
<rom name="b-se194.02" size="1048576" crc="5726cab8"/>
<rom name="d-se064.05" size="1048576" crc="4dd24197"/>
<rom name="e-sf004.09" size="1048576" crc="187667cc"/>
<rom name="f-sf001.01" size="1048576" crc="5b585071"/>
<rom name="3.bin" size="65536" crc="a4823a1b"/>
<rom name="2.18" size="131072" crc="7f162009"/>
<rom name="1.19" size="131072" crc="beade53f"/>
<rom name="10.09" size="131072" crc="84427d1b"/>
<rom name="12.11" size="131072" crc="55bc790c"/>
<rom name="9.03" size="131072" crc="f8725add"/>
<rom name="11.06" size="131072" crc="c2a5373e"/>
<rom name="8.bin" size="65536" crc="13ea1c44"/>
<driver status="good"/>
</game>
<game name="sf2ceuab2" cloneof="sf2ce" romof="sf2ce">
<description>Street Fighter II' - Champion Edition (920313 USA bootleg set 2) [Bootleg]</description>
<year>1992</year>

View File

@ -1,6 +1,6 @@
This list contains all games supported by FinalBurn Neo.
14275 games supported in total; X = excluded from build; D = included in debug build only; NW = not working
14276 games supported in total; X = excluded from build; D = included in debug build only; NW = not working
name status full name parent year company hardware remarks
+---------------+-------+-------------------------------------------------------+---------------+-------+---------------+---------------+---------------------------------------+
@ -11093,6 +11093,7 @@ This list contains all games supported by FinalBurn Neo.
| sf2ceeab5 | | Street Fighter II' - Champion Edition (920313 etc boot| sf2ce | 1992 | bootleg | CPS1 | |
| sf2ceuabl | | Street Fighter II' - Champion Edition (920313 USA boot| sf2ce | 1992 | bootleg | CPS1 | |
| sf2ceuab10 | | Street Fighter II' - Champion Edition (920313 USA boot| sf2ce | 1992 | bootleg | CPS1 | |
| sf2ceuab11 | | Street Fighter II' - Champion Edition (920313 USA boot| sf2ce | 1992 | bootleg | CPS1 | Some graphic issues due to roms |
| sf2ceuab2 | | Street Fighter II' - Champion Edition (920313 USA boot| sf2ce | 1992 | bootleg | CPS1 | |
| sf2ceuab3 | | Street Fighter II' - Champion Edition (920313 USA boot| sf2ce | 1992 | bootleg | CPS1 | |
| sf2ceuab4 | | Street Fighter II' - Champion Edition (920313 USA boot| sf2ce | 1992 | bootleg | CPS1 | |

View File

@ -11287,6 +11287,7 @@ DRV BurnDrvCpsSf2ceeab4;
DRV BurnDrvCpsSf2ceeab5;
DRV BurnDrvCpsSf2ceuabl;
DRV BurnDrvCpsSf2ceuab10;
DRV BurnDrvCpsSf2ceuab11;
DRV BurnDrvCpsSf2ceuab2;
DRV BurnDrvCpsSf2ceuab3;
DRV BurnDrvCpsSf2ceuab4;
@ -25831,6 +25832,7 @@ static struct BurnDriver* pDriver[] = {
&BurnDrvCpsSf2ceeab5, // Street Fighter II' - Champion Edition (920313 etc bootleg set 5)
&BurnDrvCpsSf2ceuabl, // Street Fighter II' - Champion Edition (920313 USA bootleg set 1)
&BurnDrvCpsSf2ceuab10, // Street Fighter II' - Champion Edition (920313 USA bootleg set 10)
&BurnDrvCpsSf2ceuab11, // Street Fighter II' - Champion Edition (920313 USA bootleg set 11)
&BurnDrvCpsSf2ceuab2, // Street Fighter II' - Champion Edition (920313 USA bootleg set 2)
&BurnDrvCpsSf2ceuab3, // Street Fighter II' - Champion Edition (920313 USA bootleg set 3)
&BurnDrvCpsSf2ceuab4, // Street Fighter II' - Champion Edition (920313 USA bootleg set 4)