|
| 1 | +# Software Information |
1 | 2 | display_name = "Arcade (FinalBurn Neo)"
|
2 | 3 | authors = "Team FBNeo"
|
3 | 4 | supported_extensions = "zip|7z|cue|ccd"
|
4 | 5 | corename = "FinalBurn Neo"
|
5 |
| -manufacturer = "Various" |
6 |
| -categories = "Emulator" |
7 |
| -systemname = "Arcade (various)" |
8 |
| -systemid = "fb_alpha" |
9 |
| -database = "FBNeo - Arcade Games" |
10 |
| -database_match_archive_member = "false" |
11 | 6 | license = "Non-commercial"
|
12 | 7 | permissions = ""
|
13 | 8 | display_version = "v1.0.0.01"
|
| 9 | +categories = "Emulator" |
| 10 | + |
| 11 | +# Hardware Information |
| 12 | +manufacturer = "Various" |
| 13 | +systemname = "Arcade (various)" |
| 14 | +systemid = "fb_alpha" |
| 15 | + |
| 16 | +# Libretro Features |
| 17 | +savestate = "true" |
| 18 | +savestate_features = "deterministic" |
| 19 | +cheats = "true" |
| 20 | +input_descriptors = "true" |
| 21 | +memory_descriptors = "true" |
| 22 | +libretro_saves = "true" |
| 23 | +core_options = "true" |
| 24 | +core_options_version = "1.0" |
| 25 | +load_subsystem = "true" |
14 | 26 | supports_no_game = "false"
|
| 27 | +hw_render = "false" |
| 28 | +needs_fullpath = "false" |
| 29 | +disk_control = "false" |
| 30 | +database_match_archive_member = "false" |
| 31 | +database = "FBNeo - Arcade Games" |
| 32 | + |
| 33 | +# BIOS / Firmware |
15 | 34 | firmware_count = 18
|
16 | 35 | firmware0_desc = "fbneo/neogeo.zip (Neo Geo BIOS)"
|
17 | 36 | firmware0_path = "fbneo/neogeo.zip"
|
@@ -68,4 +87,5 @@ firmware17_desc = "fbneo/hiscore.dat (High Score support database)"
|
68 | 87 | firmware17_path = "fbneo/hiscore.dat"
|
69 | 88 | firmware17_opt = "true"
|
70 | 89 | notes = "(!) The BIOS files can also be inside the ROM directory or the root of SYSTEM directory.|(!) Homepage : https://neo-source.com/"
|
| 90 | + |
71 | 91 | 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'."
|
0 commit comments