From b23ad02f0bd52788d72a6144769ac21598235135 Mon Sep 17 00:00:00 2001 From: barbudreadmon Date: Sun, 9 Jun 2019 07:38:20 +0200 Subject: [PATCH] (libretro) Update gamelist & dats --- ...nalBurn Neo (ClrMame Pro XML, Arcade only).dat | 15 +++++++++++++++ gamelist.txt | 3 ++- src/dep/generated/driverlist.h | 2 ++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/dats/FinalBurn Neo (ClrMame Pro XML, Arcade only).dat b/dats/FinalBurn Neo (ClrMame Pro XML, Arcade only).dat index db0fefb3e..7fb31af3a 100644 --- a/dats/FinalBurn Neo (ClrMame Pro XML, Arcade only).dat +++ b/dats/FinalBurn Neo (ClrMame Pro XML, Arcade only).dat @@ -77612,6 +77612,21 @@ + + Pitapat Puzzle + 1997 + F2 System + + + + + + + + + + + Pitfall II (315-5093) 1985 diff --git a/gamelist.txt b/gamelist.txt index cb882aa8e..e37fe674f 100644 --- a/gamelist.txt +++ b/gamelist.txt @@ -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 | | diff --git a/src/dep/generated/driverlist.h b/src/dep/generated/driverlist.h index 61bd64e6f..ca1065935 100644 --- a/src/dep/generated/driverlist.h +++ b/src/dep/generated/driverlist.h @@ -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)