(libretro) update files

This commit is contained in:
barbudreadmon 2024-07-27 07:32:45 +02:00
parent f1f172b03d
commit 6fbc30a830
4 changed files with 23 additions and 1 deletions

View File

@ -8805,6 +8805,15 @@
<video type="raster" orientation="horizontal" width="320" height="224" aspectx="4" aspecty="3"/>
<driver status="good"/>
</game>
<game name="hayatosj" sourcefile="megadrive/d_megadrive.cpp">
<comment>Homebrew</comment>
<description>Hayato's Journey (HB)</description>
<year>2024</year>
<manufacturer>Master Linkuei</manufacturer>
<rom name="Hayato's Journey v1_0.bin" size="4194304" crc="7f54be40"/>
<video type="raster" orientation="horizontal" width="320" height="224" aspectx="4" aspecty="3"/>
<driver status="good"/>
</game>
<game name="headon" cloneof="feverpit" romof="feverpit" sourcefile="megadrive/d_megadrive.cpp">
<description>Head-On Soccer (USA)</description>
<year>1995</year>

View File

@ -8805,6 +8805,15 @@
<video type="raster" orientation="horizontal" width="320" height="224" aspectx="4" aspecty="3"/>
<driver status="good"/>
</game>
<game name="hayatosj" sourcefile="megadrive/d_megadrive.cpp">
<comment>Homebrew</comment>
<description>Hayato's Journey (HB)</description>
<year>2024</year>
<manufacturer>Master Linkuei</manufacturer>
<rom name="Hayato's Journey v1_0.bin" size="4194304" crc="7f54be40"/>
<video type="raster" orientation="horizontal" width="320" height="224" aspectx="4" aspecty="3"/>
<driver status="good"/>
</game>
<game name="headon" cloneof="feverpit" romof="feverpit" sourcefile="megadrive/d_megadrive.cpp">
<description>Head-On Soccer (USA)</description>
<year>1995</year>

View File

@ -1,6 +1,6 @@
This list contains all games supported by FinalBurn Neo.
20685 games supported in total; X = excluded from build; D = included in debug build only; NW = not working
20686 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 |
@ -7587,6 +7587,7 @@ This list contains all games supported by FinalBurn Neo.
| hayaosi3a | | Hayaoshi Quiz Nettou Namahousou (ver 1.2) | hayaosi3 | 1994 | Jaleco | MegaSystem 32 | |
| hayaosi3 | | Hayaoshi Quiz Nettou Namahousou (ver 1.5) | | 1994 | Jaleco | MegaSystem 32 | |
| hayaosi1 | | Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz | | 1993 | Jaleco | Mega System 1 | |
| md_hayatosj | | Hayato's Journey (HB) | | 2024 | Master Linkuei | Sega Megadrive | |
| nes_hbcpball | | HBC Phutball (HB) | | 2022 | Wendel Scardua | Miscellaneous | |
| gg_headbust | | Head Buster (Japan) | | 1991 | Masaya | Sega Game Gear | |
| headon1 | | Head On (1 player) | headon | 1979 | Gremlin | Vic Dual | No sound |

View File

@ -7648,6 +7648,7 @@ DRV BurnDrvHayaosi2;
DRV BurnDrvHayaosi3a;
DRV BurnDrvHayaosi3;
DRV BurnDrvHayaosi1;
DRV BurnDrvmd_hayatosj;
DRV BurnDrvnes_hbcpball;
DRV BurnDrvgg_headbust;
DRV BurnDrvHeadon1;
@ -28552,6 +28553,7 @@ static struct BurnDriver* pDriver[] = {
&BurnDrvHayaosi3a, // Hayaoshi Quiz Nettou Namahousou (ver 1.2)
&BurnDrvHayaosi3, // Hayaoshi Quiz Nettou Namahousou (ver 1.5)
&BurnDrvHayaosi1, // Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz
&BurnDrvmd_hayatosj, // Hayato's Journey (HB)
&BurnDrvnes_hbcpball, // HBC Phutball (HB)
&BurnDrvgg_headbust, // Head Buster (Japan)
&BurnDrvHeadon1, // Head On (1 player)
@ -49396,6 +49398,7 @@ static game_sourcefile_entry sourcefile_table[] = {
{ "hayaosi3a", "pst90s/d_ms32.cpp"},
{ "hayaosi3", "pst90s/d_ms32.cpp"},
{ "hayaosi1", "pre90s/d_megasys1.cpp"},
{ "md_hayatosj", "megadrive/d_megadrive.cpp"},
{ "nes_hbcpball", "nes/d_nes.cpp"},
{ "gg_headbust", "sms/d_sms.cpp"},
{ "headon1", "pre90s/d_vicdual.cpp"},