libretro cores: bump (#5872)

* 81_libretro: bumped to version 1.0a:20210311

* atari800_libretro: bumped to version 3.1.0:20210415

* bluemsx_libretro: bumped to version 2.9.0:20210409

* cap32_libretro: bumped to version 4.2.0:20210327

* fmsx_libretro: bumped to version 4.9:20210327

* fuse_libretro: bumped to version 1.1.1:20210419

* hatari_libretro: bumped to version 1.8:20210317

* nekop2_libretro: bumped to version 0.86:20210317

* FAIL

* dosbox_libretro: bumped to version 0.74:20201229

* fbneo_libretro: bumped to version 1.0.0.0:20210506

* fceumm_libretro: bumped to version 0.0.1:20210420

* FAIL

* freeintv_libretro: bumped to version 0.0:20210322

* gambatte_libretro: bumped to version 0.5.0:20210325

* genesis_plus_gx_libretro: bumped to version 1.7.4:20210325

* gpsp_libretro: bumped to version 0.91:20210505

* gw_libretro: bumped to version 1.6.2:20210425

* handy_libretro: bumped to version 0.95:20210325

* mednafen_gba_libretro: bumped to version 0.9.36:20210324

* mednafen_lynx_libretro: bumped to version 0.9.32:20210324

* mednafen_ngp_libretro: bumped to version 0.9.36.1:20210324

* mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20210412

* mednafen_pce_libretro: bumped to version 0.9.38.7:20210412

* mednafen_pcfx_libretro: bumped to version 0.9.33.3:20210412

* mednafen_saturn_libretro: bumped to version 0.9.45.1:20210412

* mednafen_supergrafx_libretro: bumped to version 0.9.38.7:20210412

* mednafen_vb_libretro: bumped to version 0.9.36.1:20210405

* mednafen_wswan_libretro: bumped to version 0.9.35.1:20210405

* meteor_libretro: bumped to version 1.4:20201228

* mgba_libretro: bumped to version 0.6.1:20210427

* mupen64plus_next_libretro: bumped to version 1.0:20210223

* nestopia_libretro: bumped to version 1.49:20210320

* o2em_libretro: bumped to version 1.18:20210325

* opera_libretro: bumped to version 1.0.0:20210409

* parallel_n64_libretro: bumped to version 2.0rc2:20210324

* pcsx_rearmed_libretro: bumped to version r22:20210428

* snes9x_libretro: bumped to version 1.60:20210314

* vba_next_libretro: bumped to version 1.0.2:20210312

* vecx_libretro: bumped to version 1.2:20210312

* virtualjaguar_libretro: bumped to version 2.1.2:20210314

* yabause_libretro: bumped to version 0.9.15:20210411

* 3dengine_libretro: bumped to version 1.0:20210107

* reminiscence_libretro: bumped to version 0.3.6:20210317

* scummvm_libretro: bumped to version 2.0.0:20210325

* craft_libretro: bumped to version 1.0:20210317

* 2048_libretro: bumped to version 1.0:20210308

* gme_libretro: bumped to version 0.5.2:20210309

* mrboom_libretro: bumped to version 5.2:20210325

* flycast_libretro: bumped to version 0.1:20210506
This commit is contained in:
kwyxz
2021-05-06 22:22:56 -07:00
committed by GitHub
parent de10768752
commit d6fd138747
96 changed files with 843 additions and 271 deletions

View File

@@ -1,18 +1,37 @@
# Software Information
display_name = "Arcade (FinalBurn Neo)"
authors = "Team FBNeo"
supported_extensions = "zip|7z|cue"
supported_extensions = "zip|7z|cue|ccd"
corename = "FinalBurn Neo"
manufacturer = "Various"
categories = "Emulator"
systemname = "Arcade (various)"
systemid = "fb_alpha"
database = "FBNeo - Arcade Games"
database_match_archive_member = "false"
license = "Non-commercial"
permissions = ""
display_version = "@DISPLAY_VERSION@"
categories = "Emulator"
# Hardware Information
manufacturer = "Various"
systemname = "Arcade (various)"
systemid = "fb_alpha"
# Libretro Features
savestate = "true"
savestate_features = "deterministic"
cheats = "true"
input_descriptors = "true"
memory_descriptors = "true"
libretro_saves = "true"
core_options = "true"
core_options_version = "1.0"
load_subsystem = "true"
supports_no_game = "false"
firmware_count = 10
hw_render = "false"
needs_fullpath = "false"
disk_control = "false"
database_match_archive_member = "false"
database = "FBNeo - Arcade Games"
# BIOS / Firmware
firmware_count = 21
firmware0_desc = "fbneo/neogeo.zip (Neo Geo BIOS)"
firmware0_path = "fbneo/neogeo.zip"
firmware0_opt = "true"
@@ -43,5 +62,42 @@ firmware8_opt = "true"
firmware9_desc = "fbneo/cchip.zip (C-Chip Internal ROM)"
firmware9_path = "fbneo/cchip.zip"
firmware9_opt = "true"
firmware10_desc = "fbneo/bubsys.zip (Bubble System BIOS)"
firmware10_path = "fbneo/bubsys.zip"
firmware10_opt = "true"
firmware11_desc = "fbneo/namcoc69.zip (Namco C69 BIOS)"
firmware11_path = "fbneo/namcoc69.zip"
firmware11_opt = "true"
firmware12_desc = "fbneo/namcoc70.zip (Namco C70 BIOS)"
firmware12_path = "fbneo/namcoc70.zip"
firmware12_opt = "true"
firmware13_desc = "fbneo/namcoc75.zip (Namco C75 BIOS)"
firmware13_path = "fbneo/namcoc75.zip"
firmware13_opt = "true"
firmware14_desc = "fbneo/coleco.zip (ColecoVision System BIOS)"
firmware14_path = "fbneo/coleco.zip"
firmware14_opt = "true"
firmware15_desc = "fbneo/fdsbios.zip (FDS System BIOS)"
firmware15_path = "fbneo/fdsbios.zip"
firmware15_opt = "true"
firmware16_desc = "fbneo/msx.zip (MSX1 System BIOS)"
firmware16_path = "fbneo/msx.zip"
firmware16_opt = "true"
firmware17_desc = "fbneo/ngp.zip (NeoGeo Pocket BIOS)"
firmware17_path = "fbneo/ngp.zip"
firmware17_opt = "true"
firmware18_desc = "fbneo/spectrum.zip (ZX Spectrum BIOS)"
firmware18_path = "fbneo/spectrum.zip"
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_opt = "true"
firmware21_desc = "fbneo/hiscore.dat (High Score support database)"
firmware21_path = "fbneo/hiscore.dat"
firmware21_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="0f55647e043ace3ffb21003ee66f4fc65ad6ed4f"
srcGitRev="ddc048388ebb075fd59176b6837bbb2055f23fa4"
SOURCE_URI="https://github.com/libretro/FBNeo/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="bc700d5b3e0657505959a8f03dcd7f92bc3b7279256bb00e35c47938063b8df9"
CHECKSUM_SHA256="c0dc03b49807f98d4adb7f459b2a86f82dfb16f1548c62d20edf8b783d80628e"
SOURCE_FILENAME="fbneo-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="FBNeo-$srcGitRev"
ADDITIONAL_FILES="fbneo_libretro.info.in"