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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-21 08:45:16 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-21 08:45:16 +0300
commit7ac2dc1b94ca2be626ea7df867b7ac7b8c06390a (patch)
tree2dfb825bb4ca4d261f1d982de8a2dfd45aed8ac4 /README.md
parent2a5f54e2dc58d00f14a673541aaebb5e0e24f0d9 (diff)
parentc748d98a43d8389e2158ccbb1c000e363e0c9a24 (diff)
Merge branch 'master' of https://github.com/pcm720/retroarch-clover
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 1a29bfe..b961bda 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