Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpcm720 <pcm720@gmail.com>2017-02-21 07:51:15 +0300
committerpcm720 <pcm720@gmail.com>2017-02-21 07:51:15 +0300
commit4a1a30a455cdc38a4646356235d5e0f06a67b04a (patch)
treef0ac9baaf39f35927fa28330a9b0f5429cbdae33 /README.md
parent0fc2f200b95b680e3d01d2bfe2b6f70272ff960c (diff)
Added new template and FBAlpha cores
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 87997ff..0a88019 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ And the following cores are available as additional modules (in core_modules fol
- mupen64plus (Nintendo 64)
- stella (Atari 2600)
- mednafen_pce_fast (PC Engine/Turbografx 16)
+- fb_alpha and fb_alpha_cps2 (various arcade machines)
Executables and arguments for all available cores:
@@ -45,6 +46,10 @@ Executables and arguments for all available cores:
runs "stella" core
- /bin/pce <rom> <clover_args>
runs "mednafen_pce_fast" core
+ - /bin/fba <rom> <clover_args>
+ runs "fb_alpha" core
+ - /bin/cps2 <rom> <clover_args>
+ runs "fb_alpha_cps2" core
- /bin/retroarch-mini [core] [rom] [args]
runs RetroArch directly, without clover intergration
- /bin/retroarch
@@ -70,6 +75,7 @@ The following changes were made in this fork:
- Enter RetroArch in-game menu by pressing Select + Start
- Added template for adding new cores via hakchi module system
- Cores are now represented as additional modules
+- Added Final Burn Alpha and Final Burn Alpha CPS2 cores
NES Mini port by madmonkey