libretro: cores update + info files update (#5159)

* 81_libretro: bumped to version 1.0a:20200613

* atari800_libretro: bumped to version 3.1.0:20200626

* opera_libretro: bumped to version 1.0.0:20200605

* fbneo_libretro: bumped to version 0.2.97.44:20200703

* fceumm_libretro: bumped to version 0.0.1:20200604

* flycast_libretro: bumped to version 0.1:20200703

* gambatte_libretro: bumped to version 0.5.0:20200630

* gpsp_libretro: bumped to version 0.91:20200527

* handy_libretro: bumped to version 0.95:20200625

* mednafen_gba_libretro: bumped to version 0.9.36:20200623

* mednafen_lynx_libretro: bumped to version 0.9.32:20200630

* mednafen_ngp_libretro: bumped to version 0.9.36.1:20200630

* mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20200630

* mednafen_pcfx_libretro: bumped to version 0.9.33.3:20200623

* mednafen_supergrafx_libretro: bumped to version 0.9.38.7:20200623

* mednafen_vb_libretro: bumped to version 0.9.36.1:20200630

* mednafen_wswan_libretro: bumped to version 0.9.35.1:20200701

* mgba_libretro: bumped to version 0.6.1:20200619

* o2em_libretro: bumped to version 1.18:20200609

* pcsx_rearmed_libretro: bumped to version r22:20200701

* picodrive_libretro: bumped to version 1.92:20200607

* vba_next_libretro: bumped to version 1.0.2:20200617

* vecx_libretro: bumped to version 1.2:20200605

* virtualjaguar_libretro: bumped to version 2.1.2:20200521

* yabause_libretro: bumped to version 0.9.15:20200605

* 2048_libretro: bumped to version 1.0:20200520
This commit is contained in:
kwyxz
2020-07-03 23:02:28 -07:00
committed by GitHub
parent 974e832b2f
commit 1108cefd9f
80 changed files with 588 additions and 167 deletions

View File

@@ -1,14 +1,47 @@
display_name = "Arcade (FB Alpha)"
authors = "Team FB Alpha"
supported_extensions = "iso|zip|7z"
corename = "FB Alpha"
display_name = "Arcade (FinalBurn Neo)"
authors = "Team FBNeo"
supported_extensions = "zip|7z|cue"
corename = "FinalBurn Neo"
manufacturer = "Various"
categories = "Emulator"
systemname = "Arcade (various)"
database = "FB Alpha - Arcade Games"
database_match_archive_member = "true"
systemid = "fb_alpha"
database = "FBNeo - Arcade Games"
database_match_archive_member = "false"
license = "Non-commercial"
permissions = ""
display_version = "@DISPLAY_VERSION@"
supports_no_game = "false"
notes = "(!) The BIOS files must be inside the ROM directory.|"
firmware_count = 10
firmware0_desc = "fbneo/neogeo.zip (Neo Geo BIOS)"
firmware0_path = "fbneo/neogeo.zip"
firmware0_opt = "true"
firmware1_desc = "fbneo/neocdz.zip (Neo Geo CDZ System BIOS)"
firmware1_path = "fbneo/neocdz.zip"
firmware1_opt = "true"
firmware2_desc = "fbneo/decocass.zip (DECO Cassette System BIOS)"
firmware2_path = "fbneo/decocass.zip"
firmware2_opt = "true"
firmware3_desc = "fbneo/isgsm.zip (ISG Selection Master Type 2006 System BIOS)"
firmware3_path = "fbneo/isgsm.zip"
firmware3_opt = "true"
firmware4_desc = "fbneo/midssio.zip (Midway SSIO Sound Board Internal ROM)"
firmware4_path = "fbneo/midssio.zip"
firmware4_opt = "true"
firmware5_desc = "fbneo/nmk004.zip (NMK004 Internal ROM)"
firmware5_path = "fbneo/nmk004.zip"
firmware5_opt = "true"
firmware6_desc = "fbneo/pgm.zip (PGM System BIOS)"
firmware6_path = "fbneo/pgm.zip"
firmware6_opt = "true"
firmware7_desc = "fbneo/skns.zip (Super Kaneko Nova System BIOS)"
firmware7_path = "fbneo/skns.zip"
firmware7_opt = "true"
firmware8_desc = "fbneo/ym2608.zip (YM2608 Internal ROM)"
firmware8_path = "fbneo/ym2608.zip"
firmware8_opt = "true"
firmware9_desc = "fbneo/cchip.zip (C-Chip Internal ROM)"
firmware9_path = "fbneo/cchip.zip"
firmware9_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="2b03a897416109318f7b3e93ea9cabff538ab8fd"
srcGitRev="2d0e3ba03172dbd5d07620574d542fe44db27b40"
SOURCE_URI="https://github.com/libretro/FBNeo/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="be9a262c7b4fceef2ba83b27683f088f456d4ae736a930617a2bac8aeb0cd9f8"
CHECKSUM_SHA256="56c23df57a92abc771b74dc574323f061fc5963cc8576146e2b68adf579d71de"
SOURCE_FILENAME="fbneo-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="FBNeo-$srcGitRev"
ADDITIONAL_FILES="fbneo_libretro.info.in"