mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-17 10:02:47 +00:00
feat: add fbneo cheats data directory
This commit is contained in:
parent
99c8fd62f0
commit
329deb82fd
3 changed files with 16 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ systems:
|
|||
- taito-cchip
|
||||
- ym2608
|
||||
|
||||
data_directories:
|
||||
- ref: fbneo-cheats
|
||||
destination: fbneo/cheats
|
||||
source_ref: "src/burner/conc.cpp:167"
|
||||
|
||||
notes: |
|
||||
FinalBurn Neo is a multi-system arcade and console emulator. BIOS files are
|
||||
expected as MAME-format ZIP archives containing individual ROM chips. The
|
||||
|
|
|
|||
|
|
@ -196,6 +196,15 @@ data_directories:
|
|||
local_cache: data/stonesoup
|
||||
description: "DCSS game data (tiles, fonts, databases, lua, level descriptions)"
|
||||
|
||||
# ref: FBNeo src/burner/libretro/libretro.cpp — system/fbneo/cheats/
|
||||
fbneo-cheats:
|
||||
source_url: "https://github.com/finalburnneo/FBNeo-cheats/archive/refs/heads/{version}.zip"
|
||||
source_type: zip
|
||||
version: master
|
||||
local_cache: data/fbneo-cheats
|
||||
strip_components: 1
|
||||
description: "FinalBurn Neo per-game cheat definitions"
|
||||
|
||||
# ref: dirksimple — system/
|
||||
dirksimple:
|
||||
source_url: "https://buildbot.libretro.com/assets/system/DirkSimple.zip"
|
||||
|
|
|
|||
|
|
@ -252,6 +252,8 @@ systems:
|
|||
data_directories:
|
||||
- ref: fbneo-hiscore
|
||||
destination: fbneo
|
||||
- ref: fbneo-cheats
|
||||
destination: fbneo
|
||||
core: fbneo
|
||||
manufacturer: Various
|
||||
docs: https://docs.libretro.com/library/fbneo/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue