Haiku libretro cores (#7236)

* 81_libretro: bumped to version 1.0a:20220911

* atari800_libretro: bumped to version 3.1.0:20220726

* bk_libretro: bumped to version 1.0:20220726

* bluemsx_libretro: bumped to version 2.9.0:20220721

* cap32_libretro: bumped to version 4.2.0:20220918

* fmsx_libretro: bumped to version 4.9:20220726

* fuse_libretro: bumped to version 1.1.1:20220726

* hatari_libretro: bumped to version 1.8:20220616

* puae_libretro: bumped to version 2.6.1:20220915

* mrboom_libretro: bumped to version 5.2:20220725

* xrick_libretro: bumped to version 1.0.0.6:20220806

* blastem_libretro: bumped to version 0.6.3:20220726

* desmume_libretro: bumped to version 0.9.11:20220926

* dosbox_pure_libretro: bumped to version 0.13:20220916

* fbneo_libretro: bumped to version 1.0.0.0:20220925

* fceumm_libretro: bumped to version 0.0.1:20220929

* freeintv_libretro: bumped to version 0.0:20220805

* gambatte_libretro: bumped to version 0.5.0:20220822

* gearboy_libretro: bumped to version 3.4:20220927

* gearcoleco_libretro: bumped to version 1.0.0:20220927

* gearsystem_libretro: bumped to version 3.4.1:20220927

* genesis_plus_gx_libretro: bumped to version 1.7.4:20220923

* gpsp_libretro: bumped to version 0.91:20220726

* gw_libretro: bumped to version 1.6.2:20220726

* mame2003_plus_libretro: bumped to version 1.0:20220929

* mednafen_lynx_libretro: bumped to version 0.9.32:20220610

* mednafen_ngp_libretro: bumped to version 0.9.36.1:20220719

* mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20220828

* mednafen_pce_libretro: bumped to version 0.9.38.7:20220721

* mednafen_pcfx_libretro: bumped to version 0.9.33.3:20220721

* mednafen_psx_libretro: bumped to version 0.9.44.1:20220913

* Bump: mednafen_saturn_libretro
This commit is contained in:
kwyxz
2022-10-02 06:51:18 -07:00
committed by GitHub
parent ac2bea51f2
commit d89f7dbf6b
54 changed files with 166 additions and 107 deletions

View File

@@ -31,7 +31,7 @@ database_match_archive_member = "false"
database = "FBNeo - Arcade Games"
# BIOS / Firmware
firmware_count = 21
firmware_count = 22
firmware0_desc = "fbneo/neogeo.zip (Neo Geo BIOS)"
firmware0_path = "fbneo/neogeo.zip"
firmware0_opt = "true"
@@ -92,12 +92,15 @@ firmware18_opt = "true"
firmware19_desc = "fbneo/spec128.zip (ZX Spectrum 128 BIOS)"
firmware19_path = "fbneo/spec128.zip"
firmware19_opt = "true"
firmware20_desc = "fbneo/channelf.zip (Fairchild Channel F BIOS)"
firmware20_path = "fbneo/channelf.zip"
firmware20_desc = "fbneo/spec1282a.zip (ZX Spectrum 128 +2a BIOS)"
firmware20_path = "fbneo/spec1282a.zip"
firmware20_opt = "true"
firmware21_desc = "fbneo/hiscore.dat (High Score support database)"
firmware21_path = "fbneo/hiscore.dat"
firmware21_desc = "fbneo/channelf.zip (Fairchild Channel F BIOS)"
firmware21_path = "fbneo/channelf.zip"
firmware21_opt = "true"
firmware22_desc = "fbneo/hiscore.dat (High Score support database)"
firmware22_path = "fbneo/hiscore.dat"
firmware22_opt = "true"
notes = "(!) The BIOS files can also be inside the ROM directory or the root of SYSTEM directory.|(!) Homepage : https://neo-source.com/"
description = "Based on the latest up-to-date source, 'FinalBurn Neo' is compatible with FinalBurn Neo latest ROM sets. This core should be the first choice for most users who want to run arcade games via libretro. MAME runs more games, so if FBN is incompatible with a game, those are the next ones to try. The FBA2012 cores should only be used if a device cannot run FBN at full speed. Formerly known as 'FB Alpha'."

View File

@@ -6,9 +6,9 @@ HOMEPAGE="https://github.com/libretro/FBNeo"
COPYRIGHT="2000-2019 the Final Burn team, the libretro team"
LICENSE="GNU GPL v3"
REVISION="1"
srcGitRev="b14c829e1fa3982825e6f0a011403a7a98a9eedc"
srcGitRev="8678b0fcd02c4049c0cfa40a0ab87fded1bbedd8"
SOURCE_URI="https://github.com/libretro/FBNeo/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="9c28783074317b979d0786d1d22b5b3d8101752f1b07a65630297ec165e9a250"
CHECKSUM_SHA256="e395e951418fb5ae94563c3378de5abaed623b3ef3c79ac0bdbf8bb5ff7d8718"
SOURCE_FILENAME="fbneo-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="FBNeo-$srcGitRev"
ADDITIONAL_FILES="fbneo_libretro.info.in"