(libretro) update files

This commit is contained in:
barbudreadmon 2020-06-30 12:22:32 +02:00
parent 4edace1520
commit d24dd3fdf6
4 changed files with 17 additions and 7 deletions

View File

@ -85978,7 +85978,7 @@
<driver status="good"/>
</game>
<game name="pgm3in1" romof="pgm">
<description>Photo Y2K 2 (3-in-1) [Incomplete dump]</description>
<description>Photo Y2K 2 (3-in-1) [Sound issues, video issues]</description>
<year>2001</year>
<manufacturer>IGS</manufacturer>
<rom name="v-100cn.u3" size="2097152" crc="a39f59b4"/>
@ -86003,7 +86003,7 @@
<driver status="good"/>
</game>
<game name="py2k2100" cloneof="py2k2" romof="py2k2">
<description>Photo Y2K 2 (V100, japan) [Incomplete dump]</description>
<description>Photo Y2K 2 (V100, japan)</description>
<year>2001</year>
<manufacturer>IGS</manufacturer>
<rom name="y2kii_v100.u1" size="1048576" crc="7a1e36ac"/>
@ -86024,7 +86024,7 @@
<driver status="good"/>
</game>
<game name="py2k2" romof="pgm">
<description>Photo Y2K 2 (VM101XX, Taiwan) [Incomplete dump]</description>
<description>Photo Y2K 2 (VM101XX, Taiwan)</description>
<year>2001</year>
<manufacturer>IGS</manufacturer>
<rom name="m-101xx.u1" size="2097152" crc="c47795f1"/>

View File

@ -1972,6 +1972,13 @@
<rom name="Deja Vu (USA).nes" size="393232" crc="67b25db5"/>
<driver status="good"/>
</game>
<game name="demondistrict">
<description>Demon District (HB)</description>
<year>2019</year>
<manufacturer>Klonoa</manufacturer>
<rom name="Demon District (HB).nes" size="319504" crc="33e22dcb"/>
<driver status="good"/>
</game>
<game name="demonsword">
<description>Demon Sword (USA)</description>
<year>1990</year>

View File

@ -1,6 +1,6 @@
This list contains all games supported by FinalBurn Neo.
14240 games supported in total; X = excluded from build; D = included in debug build only; NW = not working
14241 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
+---------------+-------+-------------------------------------------------------+---------------+-------+---------------+---------------+---------------------------------------+
@ -2777,6 +2777,7 @@ This list contains all games supported by FinalBurn Neo.
| md_demoman | | Demolition Man (Euro, USA) | | 1995 | Acclaim Entert| Sega Megadrive| |
| md_demomanp | NW | Demolition Man (USA, Prototype) | md_demoman | 1995 | Acclaim Entert| Sega Megadrive| |
| msx_demoncrystl| | Demon Crystal, The | | 1986 | Radio Wave New| MSX | |
| nes_demondistrict| | Demon District (HB) | | 2019 | Klonoa | Miscellaneous | |
| dmnfrnta | | Demon Front (V102, China) | dmnfrnt | 2002 | IGS | PolyGameMaster| |
| dmnfrntb | | Demon Front (V103) | dmnfrnt | 2002 | IGS | PolyGameMaster| |
| dmnfrnt | | Demon Front (V105) | | 2002 | IGS | PolyGameMaster| |
@ -8541,9 +8542,9 @@ This list contains all games supported by FinalBurn Neo.
| photoy2k103j | | Photo Y2K / Real and Fake (V103, Japan) | photoy2k | 1999 | IGS | PolyGameMaster| |
| photoy2k104 | | Photo Y2K / Real and Fake (V104) | photoy2k | 1999 | IGS | PolyGameMaster| |
| photoy2k | | Photo Y2K / Real and Fake (V105) | | 1999 | IGS | PolyGameMaster| |
| pgm3in1 | | Photo Y2K 2 (3-in-1) | | 2001 | IGS | PolyGameMaster| Incomplete dump |
| py2k2100 | | Photo Y2K 2 (V100, japan) | py2k2 | 2001 | IGS | PolyGameMaster| Incomplete dump |
| py2k2 | | Photo Y2K 2 (VM101XX, Taiwan) | | 2001 | IGS | PolyGameMaster| Incomplete dump |
| pgm3in1 | | Photo Y2K 2 (3-in-1) | | 2001 | IGS | PolyGameMaster| Sound issues, video issues |
| py2k2100 | | Photo Y2K 2 (V100, japan) | py2k2 | 2001 | IGS | PolyGameMaster| |
| py2k2 | | Photo Y2K 2 (VM101XX, Taiwan) | | 2001 | IGS | PolyGameMaster| |
| phozon | | Phozon (Japan) | | 1983 | Namco | Miscellaneous | |
| phozons | | Phozon (Sidam) | phozon | 1983 | Namco (Sidam l| Miscellaneous | |
| pickin | | Pickin' | | 1983 | Valadon Automa| Miscellaneous | |

View File

@ -2821,6 +2821,7 @@ DRV BurnDrvDemoderb;
DRV BurnDrvmd_demoman;
DRV BurnDrvmd_demomanp;
DRV BurnDrvMSX_demoncrystl;
DRV BurnDrvnes_demondistrict;
DRV BurnDrvdmnfrnta;
DRV BurnDrvdmnfrntb;
DRV BurnDrvDmnfrnt;
@ -17332,6 +17333,7 @@ static struct BurnDriver* pDriver[] = {
&BurnDrvmd_demoman, // Demolition Man (Euro, USA)
&BurnDrvmd_demomanp, // Demolition Man (USA, Prototype) [no comment, NOT WORKING]
&BurnDrvMSX_demoncrystl, // Demon Crystal, The
&BurnDrvnes_demondistrict, // Demon District (HB)
&BurnDrvdmnfrnta, // Demon Front (V102, China)
&BurnDrvdmnfrntb, // Demon Front (V103)
&BurnDrvDmnfrnt, // Demon Front (V105)