mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 17:09:43 +00:00
(libretro) Update gamelist & dats
This commit is contained in:
parent
bb815a38d3
commit
b23ad02f0b
@ -77612,6 +77612,21 @@
|
||||
<rom name="gal16v8a-136079-1051.105f" size="279" crc="45f0cb5f"/>
|
||||
<rom name="gal16v8a-136079-1052.30n" size="279" crc="6b3d2669"/>
|
||||
</game>
|
||||
<game name="pitapat">
|
||||
<description>Pitapat Puzzle</description>
|
||||
<year>1997</year>
|
||||
<manufacturer>F2 System</manufacturer>
|
||||
<rom name="ua02" size="262144" crc="b3d3ac7e"/>
|
||||
<rom name="ua03" size="262144" crc="eda85635"/>
|
||||
<rom name="us02" size="65536" crc="c7cc05fa"/>
|
||||
<rom name="us08" size="262144" crc="dab99a43"/>
|
||||
<rom name="uc07" size="524288" crc="f4a529c1"/>
|
||||
<rom name="uc08" size="524288" crc="3f827218"/>
|
||||
<rom name="ud14" size="262144" crc="92e23e92"/>
|
||||
<rom name="ud15" size="262144" crc="7d3d6dba"/>
|
||||
<rom name="ud16" size="262144" crc="5c09dff8"/>
|
||||
<rom name="ud17" size="262144" crc="d4c67e2e"/>
|
||||
</game>
|
||||
<game name="pitfall2">
|
||||
<description>Pitfall II (315-5093)</description>
|
||||
<year>1985</year>
|
||||
|
@ -1,6 +1,6 @@
|
||||
This list contains all games supported by FinalBurn Neo.
|
||||
|
||||
12089 games supported in total; X = excluded from build; D = included in debug build only; NW = not working
|
||||
12090 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
|
||||
+---------------+-------+-------------------------------------------------------+---------------+-------+---------------+---------------+---------------------------------------+
|
||||
@ -7207,6 +7207,7 @@ This list contains all games supported by FinalBurn Neo.
|
||||
| pitfight | | Pit Fighter (rev 9) | | 1990 | Atari Games | Miscellaneous | |
|
||||
| md_pitfight1 | | Pit-Fighter (World) | md_pitfight | 1991 | Tengen | Sega Megadrive| |
|
||||
| md_pitfight | | Pit-Fighter (World, Rev. A) | | 1991 | Tengen | Sega Megadrive| |
|
||||
| pitapat | | Pitapat Puzzle | | 1997 | F2 System | Miscellaneous | |
|
||||
| md_pitfall | | Pitfall - The Mayan Adventure (Euro) | | 1994 | Activision | Sega Megadrive| |
|
||||
| md_pitfallu | | Pitfall - The Mayan Adventure (USA) | md_pitfall | 1994 | Activision | Sega Megadrive| |
|
||||
| pitfall2 | | Pitfall II (315-5093) | | 1985 | Sega | System 1 | |
|
||||
|
@ -7369,6 +7369,7 @@ DRV BurnDrvPitnruna;
|
||||
DRV BurnDrvPitfight;
|
||||
DRV BurnDrvmd_pitfight1;
|
||||
DRV BurnDrvmd_pitfight;
|
||||
DRV BurnDrvPitapat;
|
||||
DRV BurnDrvmd_pitfall;
|
||||
DRV BurnDrvmd_pitfallu;
|
||||
DRV BurnDrvPitfall2;
|
||||
@ -19735,6 +19736,7 @@ static struct BurnDriver* pDriver[] = {
|
||||
&BurnDrvPitfight, // Pit Fighter (rev 9)
|
||||
&BurnDrvmd_pitfight1, // Pit-Fighter (World)
|
||||
&BurnDrvmd_pitfight, // Pit-Fighter (World, Rev. A)
|
||||
&BurnDrvPitapat, // Pitapat Puzzle
|
||||
&BurnDrvmd_pitfall, // Pitfall - The Mayan Adventure (Euro)
|
||||
&BurnDrvmd_pitfallu, // Pitfall - The Mayan Adventure (USA)
|
||||
&BurnDrvPitfall2, // Pitfall II (315-5093)
|
||||
|
Loading…
Reference in New Issue
Block a user