mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 19:10:31 +00:00
(libretro) Update gamelist & dats
This commit is contained in:
parent
bf00dcd67e
commit
ad52cd8f0c
@ -28411,6 +28411,32 @@
|
||||
<sample name="snapjaw" />
|
||||
<driver status="good"/>
|
||||
</game>
|
||||
<game name="kong2600" cloneof="dkong" romof="dkong" sampleof="dkong">
|
||||
<description>Donkey Kong (2600 graphics, hack)</description>
|
||||
<year>1999</year>
|
||||
<manufacturer>Vic Twenty George</manufacturer>
|
||||
<rom name="c_5et_g.bin" merge="c_5et_g.bin" size="4096" crc="ba70b88b"/>
|
||||
<rom name="c_5ct_g.bin" merge="c_5ct_g.bin" size="4096" crc="5ec461ec"/>
|
||||
<rom name="c_5bt_g.bin" merge="c_5bt_g.bin" size="4096" crc="1c97d324"/>
|
||||
<rom name="c_5at_g.bin" merge="c_5at_g.bin" size="4096" crc="b9005ac0"/>
|
||||
<rom name="s_3i_b.bin" merge="s_3i_b.bin" size="2048" crc="45a4ed06"/>
|
||||
<rom name="s_3j_b.bin" merge="s_3j_b.bin" size="2048" crc="4743fe92"/>
|
||||
<rom name="k2600.3n" size="2048" crc="0e6a2a6d"/>
|
||||
<rom name="k2600.3p" size="2048" crc="ca57e0f4"/>
|
||||
<rom name="k2600.7c" size="2048" crc="cf450a43"/>
|
||||
<rom name="k2600.7d" size="2048" crc="d5046907"/>
|
||||
<rom name="k2600.7e" size="2048" crc="1539fe2a"/>
|
||||
<rom name="k2600.7f" size="2048" crc="77cc00ab"/>
|
||||
<rom name="k2600.2k" size="256" crc="1e82d375"/>
|
||||
<rom name="k2600.2j" size="256" crc="2ab01dc8"/>
|
||||
<rom name="k2600.5f" size="256" crc="44988665"/>
|
||||
<sample name="run01" />
|
||||
<sample name="run02" />
|
||||
<sample name="run03" />
|
||||
<sample name="jump" />
|
||||
<sample name="dkstomp" />
|
||||
<driver status="good"/>
|
||||
</game>
|
||||
<game name="dkongj" cloneof="dkong" romof="dkong" sampleof="dkong">
|
||||
<description>Donkey Kong (Japan set 1)</description>
|
||||
<year>1981</year>
|
||||
|
@ -1,6 +1,6 @@
|
||||
This list contains all games supported by FinalBurn Neo.
|
||||
|
||||
12268 games supported in total; X = excluded from build; D = included in debug build only; NW = not working
|
||||
12269 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
|
||||
+---------------+-------+-------------------------------------------------------+---------------+-------+---------------+---------------+---------------------------------------+
|
||||
@ -2597,6 +2597,7 @@ This list contains all games supported by FinalBurn Neo.
|
||||
| gg_donaldmw | | Donald no Magical World (Jpn) | | 1994 | Sega | Sega Game Gear| |
|
||||
| md_dongguri | | Dong Gu Ri Te Chi Jak Jeon (Kor) | md_drrobotn | 199? | <unknown> | Sega Megadrive| |
|
||||
| dkingjr | | Donkey King Jr. (bootleg of Donkey Kong Jr.) | dkongjr | 1982 | bootleg | Miscellaneous | |
|
||||
| kong2600 | | Donkey Kong (2600 graphics, hack) | dkong | 1999 | Vic Twenty Geo| Miscellaneous | |
|
||||
| spec_dkong | | Donkey Kong (48K) | | 1986 | Ocean | ZX Spectrum | |
|
||||
| cv_dkonga | | Donkey Kong (Earlier Version) | cv_dkong | 1982 | Coleco | ColecoVision | |
|
||||
| dkongj | | Donkey Kong (Japan set 1) | dkong | 1981 | Nintendo | Miscellaneous | |
|
||||
|
@ -2651,6 +2651,7 @@ DRV BurnDrvmd_mauimall;
|
||||
DRV BurnDrvgg_donaldmw;
|
||||
DRV BurnDrvmd_dongguri;
|
||||
DRV BurnDrvDkingjr;
|
||||
DRV BurnDrvKong2600;
|
||||
DRV BurnSpecdkong;
|
||||
DRV BurnDrvcv_dkonga;
|
||||
DRV BurnDrvDkongj;
|
||||
@ -15202,6 +15203,7 @@ static struct BurnDriver* pDriver[] = {
|
||||
&BurnDrvgg_donaldmw, // Donald no Magical World (Jpn)
|
||||
&BurnDrvmd_dongguri, // Dong Gu Ri Te Chi Jak Jeon (Kor)
|
||||
&BurnDrvDkingjr, // Donkey King Jr. (bootleg of Donkey Kong Jr.)
|
||||
&BurnDrvKong2600, // Donkey Kong (2600 graphics, hack)
|
||||
&BurnSpecdkong, // Donkey Kong (48K)
|
||||
&BurnDrvcv_dkonga, // Donkey Kong (Earlier Version)
|
||||
&BurnDrvDkongj, // Donkey Kong (Japan set 1)
|
||||
|
Loading…
Reference in New Issue
Block a user