(libretro) update files

This commit is contained in:
barbudreadmon 2022-07-21 10:32:53 +02:00
parent fa6dd5bd42
commit 3cbdf408e0
4 changed files with 42 additions and 1 deletions

View File

@ -21843,6 +21843,25 @@
<video type="raster" orientation="vertical" width="224" height="256" aspectx="3" aspecty="4"/>
<driver status="good"/>
</game>
<game name="carket">
<description>Carket Ball</description>
<year>1996</year>
<manufacturer>SemiCom</manufacturer>
<rom name="27020.ub17" size="131072" crc="b43fb7b6"/>
<rom name="27020.ub18" size="131072" crc="3bedee05"/>
<rom name="27512.ub5" size="65536" crc="750516fe"/>
<rom name="carket_protdata.bin" size="512" crc="5778470a"/>
<rom name="27040.srom5" size="524288" crc="d3e2c243"/>
<rom name="27040.srom6" size="524288" crc="0291be4c"/>
<rom name="27020.uor1" size="262144" crc="e6a94756"/>
<rom name="27020.uor2" size="262144" crc="f7158b76"/>
<rom name="27020.uor3" size="262144" crc="9295c315"/>
<rom name="27020.uor4" size="262144" crc="333f1ed1"/>
<rom name="27010.uc1" size="131072" crc="b825bb9c"/>
<rom name="87c52.mcu" size="8192" status="nodump"/>
<video type="raster" orientation="horizontal" width="320" height="240" aspectx="4" aspecty="3"/>
<driver status="good"/>
</game>
<game name="carnivalc" cloneof="carnival" romof="carnival" sampleof="carnival">
<description>Carnival (cocktail)</description>
<year>1980</year>

View File

@ -18821,6 +18821,25 @@
<video type="raster" orientation="vertical" width="224" height="256" aspectx="3" aspecty="4"/>
<driver status="good"/>
</game>
<game name="carket">
<description>Carket Ball</description>
<year>1996</year>
<manufacturer>SemiCom</manufacturer>
<rom name="27020.ub17" size="131072" crc="b43fb7b6"/>
<rom name="27020.ub18" size="131072" crc="3bedee05"/>
<rom name="27512.ub5" size="65536" crc="750516fe"/>
<rom name="carket_protdata.bin" size="512" crc="5778470a"/>
<rom name="27040.srom5" size="524288" crc="d3e2c243"/>
<rom name="27040.srom6" size="524288" crc="0291be4c"/>
<rom name="27020.uor1" size="262144" crc="e6a94756"/>
<rom name="27020.uor2" size="262144" crc="f7158b76"/>
<rom name="27020.uor3" size="262144" crc="9295c315"/>
<rom name="27020.uor4" size="262144" crc="333f1ed1"/>
<rom name="27010.uc1" size="131072" crc="b825bb9c"/>
<rom name="87c52.mcu" size="8192" status="nodump"/>
<video type="raster" orientation="horizontal" width="320" height="240" aspectx="4" aspecty="3"/>
<driver status="good"/>
</game>
<game name="carnivalc" cloneof="carnival" romof="carnival" sampleof="carnival">
<description>Carnival (cocktail)</description>
<year>1980</year>

View File

@ -1,6 +1,6 @@
This list contains all games supported by FinalBurn Neo.
18609 games supported in total; X = excluded from build; D = included in debug build only; NW = not working
18610 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 |
@ -2473,6 +2473,7 @@ This list contains all games supported by FinalBurn Neo.
| msx_carraceb | | Car-Race (Jpn, Alt 2) | msx_carrace | 1983 | Ample Software | MSX | |
| msx_carracea | | Car-Race (Jpn, Alt) | msx_carrace | 1983 | Ample Software | MSX | |
| spec_cargaprof | | Carga de Profundidade (48K) (HB) | | 2021 | Filipe Veiga | ZX Spectrum | |
| carket | | Carket Ball | | 1996 | SemiCom | Miscellaneous | |
| spec_carlossainz | | Carlos Sainz (Spanish) (128K) | | 1990 | Zigurat Software | ZX Spectrum | |
| msx_csainz | | Carlos Sainz - Campeonato del Mundo (Spanish) | | 1990 | Zigurat Software | MSX | |
| carnivalc | | Carnival (cocktail) | carnival | 1980 | Sega | Vic Dual | |

View File

@ -2494,6 +2494,7 @@ DRV BurnDrvMSX_carrace;
DRV BurnDrvMSX_carraceb;
DRV BurnDrvMSX_carracea;
DRV BurnSpecCargaprof;
DRV BurnDrvCarket;
DRV BurnSpeccarlossainz;
DRV BurnDrvMSX_csainz;
DRV BurnDrvCarnivalc;
@ -21330,6 +21331,7 @@ static struct BurnDriver* pDriver[] = {
&BurnDrvMSX_carraceb, // Car-Race (Jpn, Alt 2)
&BurnDrvMSX_carracea, // Car-Race (Jpn, Alt)
&BurnSpecCargaprof, // Carga de Profundidade (48K) (HB)
&BurnDrvCarket, // Carket Ball
&BurnSpeccarlossainz, // Carlos Sainz (Spanish) (128K)
&BurnDrvMSX_csainz, // Carlos Sainz - Campeonato del Mundo (Spanish)
&BurnDrvCarnivalc, // Carnival (cocktail)