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 21:52:33 +0300
committerpcm720 <pcm720@gmail.com>2017-02-21 21:52:33 +0300
commit5e986358ebc807a7801349e0326dd1d5b7c48293 (patch)
tree1251dddecd2cd15599d43744ac1c65616f3815cc /core_modules/use_nestopia.hmod
parentc748d98a43d8389e2158ccbb1c000e363e0c9a24 (diff)
Fixed FDS loading, a lot of small fixes, added extra core modules, updated README.md
Diffstat (limited to 'core_modules/use_nestopia.hmod')
-rwxr-xr-xcore_modules/use_nestopia.hmod/bin/nes6
-rw-r--r--core_modules/use_nestopia.hmod/install4
-rw-r--r--core_modules/use_nestopia.hmod/readme.txt13
3 files changed, 23 insertions, 0 deletions
diff --git a/core_modules/use_nestopia.hmod/bin/nes b/core_modules/use_nestopia.hmod/bin/nes
new file mode 100755
index 0000000..2289bf9
--- /dev/null
+++ b/core_modules/use_nestopia.hmod/bin/nes
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ ! -f /etc/libretro/system/disksys.rom ]; then
+ cp -f /usr/share/kachikachi/fds_bios.bin /etc/libretro/system/disksys.rom
+fi
+
+exec retroarch-clover nestopia "$@" --ra-allow-crt
diff --git a/core_modules/use_nestopia.hmod/install b/core_modules/use_nestopia.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/use_nestopia.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/use_nestopia.hmod/readme.txt b/core_modules/use_nestopia.hmod/readme.txt
new file mode 100644
index 0000000..4cf6952
--- /dev/null
+++ b/core_modules/use_nestopia.hmod/readme.txt
@@ -0,0 +1,13 @@
+=== Use Nestopia instead of FCEUmm ===
+
+This module will patch /bin/nes file to use Nestopia as the only NES emulator (except kachikachi)
+
+Available executables and arguments:
+- /bin/nes <rom> <clover_args>
+ runs "nestopia" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017