FBNeo update

This commit is contained in:
barbudreadmon 2022-06-25 10:35:37 +02:00 committed by barbudreadmon
parent f7958b9b39
commit 3a72b69c87

View File

@ -5,7 +5,7 @@ supported_extensions = "zip|7z|cue|ccd"
corename = "FinalBurn Neo"
license = "Non-commercial"
permissions = ""
display_version = "v1.0.0.01"
display_version = "v1.0.0.03"
categories = "Emulator"
# Hardware Information
@ -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'."