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-20 22:22:10 +0300
committerpcm720 <pcm720@gmail.com>2017-02-20 22:22:10 +0300
commit0fc2f200b95b680e3d01d2bfe2b6f70272ff960c (patch)
treebec839732e2fa6672a9295950b64c3441bfc27cb /core_modules
parentd76e3b52fd2cd467bebaad916a655bbe74744c8b (diff)
Cores are now available as additional modules
Diffstat (limited to 'core_modules')
-rwxr-xr-xcore_modules/gambatte.hmod/bin/gb2
-rwxr-xr-xcore_modules/gambatte.hmod/bin/gbc2
-rw-r--r--core_modules/gambatte.hmod/etc/libretro/core/gambatte_libretro.sobin0 -> 293590 bytes
-rw-r--r--core_modules/gambatte.hmod/etc/libretro/info/gambatte_libretro.info12
-rw-r--r--core_modules/gambatte.hmod/install4
-rw-r--r--core_modules/gambatte.hmod/readme.txt15
-rwxr-xr-xcore_modules/genesis_plus_gx.hmod/bin/gg2
-rwxr-xr-xcore_modules/genesis_plus_gx.hmod/bin/md2
-rwxr-xr-xcore_modules/genesis_plus_gx.hmod/bin/sms2
-rw-r--r--core_modules/genesis_plus_gx.hmod/etc/libretro/core/genesis_plus_gx_libretro.sobin0 -> 2882581 bytes
-rw-r--r--core_modules/genesis_plus_gx.hmod/etc/libretro/info/genesis_plus_gx_libretro.info47
-rw-r--r--core_modules/genesis_plus_gx.hmod/install4
-rw-r--r--core_modules/genesis_plus_gx.hmod/readme.txt17
-rwxr-xr-xcore_modules/glupen64.hmod/bin/n642
-rw-r--r--core_modules/glupen64.hmod/etc/libretro/core/glupen64_libretro.sobin0 -> 1332452 bytes
-rw-r--r--core_modules/glupen64.hmod/etc/libretro/info/glupen64_libretro.info12
-rw-r--r--core_modules/glupen64.hmod/install4
-rw-r--r--core_modules/glupen64.hmod/readme.txt13
-rwxr-xr-xcore_modules/mednafen_pce_fast.hmod/bin/pce2
-rwxr-xr-xcore_modules/mednafen_pce_fast.hmod/etc/libretro/core/mednafen_pce_fast_libretro.sobin0 -> 1722299 bytes
-rw-r--r--core_modules/mednafen_pce_fast.hmod/etc/libretro/info/mednafen_pce_fast_libretro.info16
-rw-r--r--core_modules/mednafen_pce_fast.hmod/install4
-rw-r--r--core_modules/mednafen_pce_fast.hmod/readme.txt13
-rwxr-xr-xcore_modules/mgba.hmod/bin/gba2
-rwxr-xr-xcore_modules/mgba.hmod/etc/libretro/core/mgba_libretro.sobin0 -> 673835 bytes
-rw-r--r--core_modules/mgba.hmod/etc/libretro/info/mgba_libretro.info17
-rw-r--r--core_modules/mgba.hmod/install4
-rw-r--r--core_modules/mgba.hmod/readme.txt13
-rwxr-xr-xcore_modules/mupen64plus.hmod/bin/n642
-rw-r--r--core_modules/mupen64plus.hmod/etc/libretro/core/mupen64plus_libretro.sobin0 -> 1514108 bytes
-rw-r--r--core_modules/mupen64plus.hmod/etc/libretro/info/mupen64plus_libretro.info12
-rw-r--r--core_modules/mupen64plus.hmod/install4
-rw-r--r--core_modules/mupen64plus.hmod/readme.txt13
-rwxr-xr-xcore_modules/snes9x2010.hmod/bin/snes2
-rw-r--r--core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.sobin0 -> 1171334 bytes
-rw-r--r--core_modules/snes9x2010.hmod/etc/libretro/info/snes9x_libretro.info12
-rw-r--r--core_modules/snes9x2010.hmod/install4
-rw-r--r--core_modules/snes9x2010.hmod/readme.txt13
-rwxr-xr-xcore_modules/stella.hmod/bin/a262
-rwxr-xr-xcore_modules/stella.hmod/etc/libretro/core/stella_libretro.sobin0 -> 1584703 bytes
-rw-r--r--core_modules/stella.hmod/etc/libretro/info/stella_libretro.info12
-rw-r--r--core_modules/stella.hmod/install4
-rw-r--r--core_modules/stella.hmod/readme.txt13
43 files changed, 304 insertions, 0 deletions
diff --git a/core_modules/gambatte.hmod/bin/gb b/core_modules/gambatte.hmod/bin/gb
new file mode 100755
index 0000000..bb97411
--- /dev/null
+++ b/core_modules/gambatte.hmod/bin/gb
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover gambatte "$@"
diff --git a/core_modules/gambatte.hmod/bin/gbc b/core_modules/gambatte.hmod/bin/gbc
new file mode 100755
index 0000000..bb97411
--- /dev/null
+++ b/core_modules/gambatte.hmod/bin/gbc
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover gambatte "$@"
diff --git a/core_modules/gambatte.hmod/etc/libretro/core/gambatte_libretro.so b/core_modules/gambatte.hmod/etc/libretro/core/gambatte_libretro.so
new file mode 100644
index 0000000..256bd20
--- /dev/null
+++ b/core_modules/gambatte.hmod/etc/libretro/core/gambatte_libretro.so
Binary files differ
diff --git a/core_modules/gambatte.hmod/etc/libretro/info/gambatte_libretro.info b/core_modules/gambatte.hmod/etc/libretro/info/gambatte_libretro.info
new file mode 100644
index 0000000..3436991
--- /dev/null
+++ b/core_modules/gambatte.hmod/etc/libretro/info/gambatte_libretro.info
@@ -0,0 +1,12 @@
+display_name = "Game Boy / Game Boy Color (Gambatte)"
+authors = "Sinamas"
+supported_extensions = "gb|gbc|dmg"
+corename = "Gambatte"
+manufacturer = "Nintendo"
+categories = "Emulator"
+systemname = "Game Boy/Game Boy Color"
+database = "Nintendo - Game Boy|Nintendo - Game Boy Color"
+license = "GPLv2"
+permissions = ""
+display_version = "v0.5.0"
+supports_no_game = "false"
diff --git a/core_modules/gambatte.hmod/install b/core_modules/gambatte.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/gambatte.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/gambatte.hmod/readme.txt b/core_modules/gambatte.hmod/readme.txt
new file mode 100644
index 0000000..86daae5
--- /dev/null
+++ b/core_modules/gambatte.hmod/readme.txt
@@ -0,0 +1,15 @@
+=== Gambatte core for RetroArch ===
+
+This module will add support for Game Boy and Game Boy Color games to RetroArch
+
+Available executables and arguments:
+- /bin/gb <rom> <clover_args>
+ runs "gambatte" core
+- /bin/gbc <rom> <clover_args>
+ runs "gambatte" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017
diff --git a/core_modules/genesis_plus_gx.hmod/bin/gg b/core_modules/genesis_plus_gx.hmod/bin/gg
new file mode 100755
index 0000000..dca6d3b
--- /dev/null
+++ b/core_modules/genesis_plus_gx.hmod/bin/gg
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover genesis_plus_gx "$@"
diff --git a/core_modules/genesis_plus_gx.hmod/bin/md b/core_modules/genesis_plus_gx.hmod/bin/md
new file mode 100755
index 0000000..dca6d3b
--- /dev/null
+++ b/core_modules/genesis_plus_gx.hmod/bin/md
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover genesis_plus_gx "$@"
diff --git a/core_modules/genesis_plus_gx.hmod/bin/sms b/core_modules/genesis_plus_gx.hmod/bin/sms
new file mode 100755
index 0000000..dca6d3b
--- /dev/null
+++ b/core_modules/genesis_plus_gx.hmod/bin/sms
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover genesis_plus_gx "$@"
diff --git a/core_modules/genesis_plus_gx.hmod/etc/libretro/core/genesis_plus_gx_libretro.so b/core_modules/genesis_plus_gx.hmod/etc/libretro/core/genesis_plus_gx_libretro.so
new file mode 100644
index 0000000..bb49001
--- /dev/null
+++ b/core_modules/genesis_plus_gx.hmod/etc/libretro/core/genesis_plus_gx_libretro.so
Binary files differ
diff --git a/core_modules/genesis_plus_gx.hmod/etc/libretro/info/genesis_plus_gx_libretro.info b/core_modules/genesis_plus_gx.hmod/etc/libretro/info/genesis_plus_gx_libretro.info
new file mode 100644
index 0000000..bade3cd
--- /dev/null
+++ b/core_modules/genesis_plus_gx.hmod/etc/libretro/info/genesis_plus_gx_libretro.info
@@ -0,0 +1,47 @@
+display_name = "Sega MS/GG/MD/CD (Genesis Plus GX)"
+authors = "Charles McDonald|Eke-Eke"
+supported_extensions = "mdx|md|smd|gen|bin|cue|iso|sms|gg|sg"
+corename = "Genesis Plus GX"
+manufacturer = "Sega"
+categories = "Emulator"
+systemname = "Sega 8/16-bit (Various)"
+database = "Sega - Game Gear|Sega - Master System - Mark III|Sega - Mega Drive - Genesis|Sega - PICO|Sega - SG-1000"
+license = "Non-commercial"
+permissions = ""
+display_version = "v1.7.4"
+supports_no_game = "false"
+firmware_count = 11
+firmware0_desc = "bios_CD_E.bin (MegaCD EU BIOS)"
+firmware0_path = "bios_CD_E.bin"
+firmware0_opt = "false"
+firmware1_desc = "bios_CD_U.bin (SegaCD US BIOS)"
+firmware1_path = "bios_CD_U.bin"
+firmware1_opt = "false"
+firmware2_desc = "bios_CD_J.bin (MegaCD JP BIOS)"
+firmware2_path = "bios_CD_J.bin"
+firmware2_opt = "false"
+firmware3_desc = "bios_E.sms (MasterSystem EU BIOS)"
+firmware3_path = "bios_E.sms"
+firmware3_opt = "true"
+firmware4_desc = "bios_U.sms (MasterSystem US BIOS)"
+firmware4_path = "bios_U.sms"
+firmware4_opt = "true"
+firmware5_desc = "bios_J.sms (MasterSystem JP BIOS)"
+firmware5_path = "bios_J.sms"
+firmware5_opt = "true"
+firmware6=desc = "bios.gg (GameGear BIOS)"
+firmware6_path = "bios.gg"
+firmware6_opt = "true"
+firmware7_desc = "sk.bin (Sonic & Knuckles (2 MiB) ROM)"
+firmware7_path = "sk.bin"
+firmware7_opt = "true"
+firmware8_desc = "sk2chip.bin (Sonic & Knuckles UPMEM (256 KiB) ROM)"
+firmware8_path = "sk2chip.bin"
+firmware8_opt = "true"
+firmware9_desc = "areplay.bin (Action Replay (Pro) ROM)"
+firmware9_path = "areplay.bin"
+firmware9_opt = "true"
+firmware10_desc = "ggenie.bin (Game Genie ROM)"
+firmware10_path = "ggenie.bin"
+firmware10_opt = "true"
+notes = "Suggested md5sums:|b4e76e416b887f4e7413ba76fa735f16 = sk2chip.bin|4ea493ea4e9f6c9ebfccbdb15110367e = sk.bin"
diff --git a/core_modules/genesis_plus_gx.hmod/install b/core_modules/genesis_plus_gx.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/genesis_plus_gx.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/genesis_plus_gx.hmod/readme.txt b/core_modules/genesis_plus_gx.hmod/readme.txt
new file mode 100644
index 0000000..5e645fa
--- /dev/null
+++ b/core_modules/genesis_plus_gx.hmod/readme.txt
@@ -0,0 +1,17 @@
+=== Genesis Plus GX core for RetroArch ===
+
+This module will add support for Sega Master System, Mega Drive / Genesis and Game Gear games to RetroArch
+
+Available executables and arguments:
+- /bin/md <rom> <clover_args>
+ runs "genesis_plus_gx" core
+- /bin/sms <rom> <clover_args>
+ runs "genesis_plus_gx" core
+- /bin/gg <rom> <clover_args>
+ runs "genesis_plus_gx" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017
diff --git a/core_modules/glupen64.hmod/bin/n64 b/core_modules/glupen64.hmod/bin/n64
new file mode 100755
index 0000000..374d455
--- /dev/null
+++ b/core_modules/glupen64.hmod/bin/n64
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover glupen64 "$@" --ra-nosaves
diff --git a/core_modules/glupen64.hmod/etc/libretro/core/glupen64_libretro.so b/core_modules/glupen64.hmod/etc/libretro/core/glupen64_libretro.so
new file mode 100644
index 0000000..368b7c7
--- /dev/null
+++ b/core_modules/glupen64.hmod/etc/libretro/core/glupen64_libretro.so
Binary files differ
diff --git a/core_modules/glupen64.hmod/etc/libretro/info/glupen64_libretro.info b/core_modules/glupen64.hmod/etc/libretro/info/glupen64_libretro.info
new file mode 100644
index 0000000..453a5f0
--- /dev/null
+++ b/core_modules/glupen64.hmod/etc/libretro/info/glupen64_libretro.info
@@ -0,0 +1,12 @@
+display_name = "Nintendo 64 (GLupeN64)"
+authors = "Gonetz|Mupen64Plus Team|Libretro"
+supported_extensions = "n64|v64|z64|bin|u1|ndd"
+corename = "GLupeN64"
+manufacturer = "Nintendo"
+categories = "Emulator"
+systemname = "Nintendo 64"
+database = "Nintendo - Nintendo 64"
+license = "GPLv2"
+permissions = "dynarec_optional"
+display_version = "2.0-rc2"
+supports_no_game = "false"
diff --git a/core_modules/glupen64.hmod/install b/core_modules/glupen64.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/glupen64.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/glupen64.hmod/readme.txt b/core_modules/glupen64.hmod/readme.txt
new file mode 100644
index 0000000..27bbe9b
--- /dev/null
+++ b/core_modules/glupen64.hmod/readme.txt
@@ -0,0 +1,13 @@
+=== GLupeN64 core for RetroArch ===
+
+This module will add support for Nintendo 64 games to RetroArch
+
+Available executables and arguments:
+- /bin/n64 <rom> <clover_args>
+ runs "glupen64" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017
diff --git a/core_modules/mednafen_pce_fast.hmod/bin/pce b/core_modules/mednafen_pce_fast.hmod/bin/pce
new file mode 100755
index 0000000..5592fa3
--- /dev/null
+++ b/core_modules/mednafen_pce_fast.hmod/bin/pce
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover mednafen_pce_fast "$@"
diff --git a/core_modules/mednafen_pce_fast.hmod/etc/libretro/core/mednafen_pce_fast_libretro.so b/core_modules/mednafen_pce_fast.hmod/etc/libretro/core/mednafen_pce_fast_libretro.so
new file mode 100755
index 0000000..dd383d8
--- /dev/null
+++ b/core_modules/mednafen_pce_fast.hmod/etc/libretro/core/mednafen_pce_fast_libretro.so
Binary files differ
diff --git a/core_modules/mednafen_pce_fast.hmod/etc/libretro/info/mednafen_pce_fast_libretro.info b/core_modules/mednafen_pce_fast.hmod/etc/libretro/info/mednafen_pce_fast_libretro.info
new file mode 100644
index 0000000..40ed524
--- /dev/null
+++ b/core_modules/mednafen_pce_fast.hmod/etc/libretro/info/mednafen_pce_fast_libretro.info
@@ -0,0 +1,16 @@
+display_name = "PC Engine/PCE-CD (Mednafen PCE FAST)"
+authors = "Ryphecha"
+supported_extensions = "pce|cue|ccd"
+corename = "Mednafen/Beetle PCE FAST"
+manufacturer = "NEC"
+categories = "Emulator"
+systemname = "PC Engine/PCE-CD"
+database = "NEC - PC Engine - TurboGrafx 16"
+license = "GPLv2"
+permissions = ""
+display_version = "v0.9.38.5"
+supports_no_game = "false"
+firmware_count = 1
+firmware0_desc = "syscard3.pce (PCE-CD BIOS)"
+firmware0_path = "syscard3.pce"
+firmware0_opt = "false"
diff --git a/core_modules/mednafen_pce_fast.hmod/install b/core_modules/mednafen_pce_fast.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/mednafen_pce_fast.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/mednafen_pce_fast.hmod/readme.txt b/core_modules/mednafen_pce_fast.hmod/readme.txt
new file mode 100644
index 0000000..3ca0c82
--- /dev/null
+++ b/core_modules/mednafen_pce_fast.hmod/readme.txt
@@ -0,0 +1,13 @@
+=== Mednafen PCE Fast core for RetroArch ===
+
+This module will add support for PC Engine / Turbografx 16 games to RetroArch
+
+Available executables and arguments:
+- /bin/pce <rom> <clover_args>
+ runs "mednafen_pce_fast" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017
diff --git a/core_modules/mgba.hmod/bin/gba b/core_modules/mgba.hmod/bin/gba
new file mode 100755
index 0000000..f118160
--- /dev/null
+++ b/core_modules/mgba.hmod/bin/gba
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover mgba "$@"
diff --git a/core_modules/mgba.hmod/etc/libretro/core/mgba_libretro.so b/core_modules/mgba.hmod/etc/libretro/core/mgba_libretro.so
new file mode 100755
index 0000000..8142b71
--- /dev/null
+++ b/core_modules/mgba.hmod/etc/libretro/core/mgba_libretro.so
Binary files differ
diff --git a/core_modules/mgba.hmod/etc/libretro/info/mgba_libretro.info b/core_modules/mgba.hmod/etc/libretro/info/mgba_libretro.info
new file mode 100644
index 0000000..fc1d87e
--- /dev/null
+++ b/core_modules/mgba.hmod/etc/libretro/info/mgba_libretro.info
@@ -0,0 +1,17 @@
+display_name = "Game Boy Advance (mGBA)"
+authors = "Jeffrey Pfau"
+supported_extensions = "gba|bin"
+corename = "mGBA"
+manufacturer = "Nintendo"
+categories = "Emulator"
+systemname = "Game Boy Advance"
+database = "Nintendo - Game Boy Advance|Nintendo - Game Boy Advance (e-Cards)"
+license = "MPLv2.0"
+permissions = ""
+display_version = "Git"
+supports_no_game = "false"
+firmware_count = 1
+firmware0_desc = "gba_bios.bin (GBA BIOS)"
+firmware0_path = "gba_bios.bin"
+firmware0_opt = "true"
+notes = "Suggested md5sum:|a860e8c0b6d573d191e4ec7db1b1e4f6 = gba_bios.bin"
diff --git a/core_modules/mgba.hmod/install b/core_modules/mgba.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/mgba.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/mgba.hmod/readme.txt b/core_modules/mgba.hmod/readme.txt
new file mode 100644
index 0000000..3c5f093
--- /dev/null
+++ b/core_modules/mgba.hmod/readme.txt
@@ -0,0 +1,13 @@
+=== mGBA core for RetroArch ===
+
+This module will add support for Game Boy Advance games to RetroArch
+
+Available executables and arguments:
+- /bin/gba <rom> <clover_args>
+ runs "mgba" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017
diff --git a/core_modules/mupen64plus.hmod/bin/n64 b/core_modules/mupen64plus.hmod/bin/n64
new file mode 100755
index 0000000..f59e7af
--- /dev/null
+++ b/core_modules/mupen64plus.hmod/bin/n64
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover mupen64plus "$@" --ra-nosaves
diff --git a/core_modules/mupen64plus.hmod/etc/libretro/core/mupen64plus_libretro.so b/core_modules/mupen64plus.hmod/etc/libretro/core/mupen64plus_libretro.so
new file mode 100644
index 0000000..4aa6ca3
--- /dev/null
+++ b/core_modules/mupen64plus.hmod/etc/libretro/core/mupen64plus_libretro.so
Binary files differ
diff --git a/core_modules/mupen64plus.hmod/etc/libretro/info/mupen64plus_libretro.info b/core_modules/mupen64plus.hmod/etc/libretro/info/mupen64plus_libretro.info
new file mode 100644
index 0000000..37d5fd6
--- /dev/null
+++ b/core_modules/mupen64plus.hmod/etc/libretro/info/mupen64plus_libretro.info
@@ -0,0 +1,12 @@
+display_name = "Nintendo 64 (Mupen64Plus)"
+authors = "Hacktarux|Mupen64Plus Team"
+supported_extensions = "n64|v64|z64|bin|u1|ndd"
+corename = "Mupen64Plus"
+manufacturer = "Nintendo"
+categories = "Emulator"
+systemname = "Nintendo 64"
+database = "Nintendo - Nintendo 64"
+license = "GPLv2"
+permissions = "dynarec_optional"
+display_version = "2.0-rc2"
+supports_no_game = "false"
diff --git a/core_modules/mupen64plus.hmod/install b/core_modules/mupen64plus.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/mupen64plus.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/mupen64plus.hmod/readme.txt b/core_modules/mupen64plus.hmod/readme.txt
new file mode 100644
index 0000000..eaf9349
--- /dev/null
+++ b/core_modules/mupen64plus.hmod/readme.txt
@@ -0,0 +1,13 @@
+=== Mupen64Plus core for RetroArch ===
+
+This module will add support for Nintendo 64 games to RetroArch
+
+Available executables and arguments:
+- /bin/n64 <rom> <clover_args>
+ runs "mupen64plus" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017
diff --git a/core_modules/snes9x2010.hmod/bin/snes b/core_modules/snes9x2010.hmod/bin/snes
new file mode 100755
index 0000000..215b4ab
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/bin/snes
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover snes9x2010 "$@"
diff --git a/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so b/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so
new file mode 100644
index 0000000..b4df2b2
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so
Binary files differ
diff --git a/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x_libretro.info b/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x_libretro.info
new file mode 100644
index 0000000..d7b3eb9
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x_libretro.info
@@ -0,0 +1,12 @@
+display_name = "SNES / Super Famicom (Snes9x)"
+authors = "Snes9x Team"
+supported_extensions = "smc|sfc|swc|fig"
+corename = "Snes9x"
+manufacturer = "Nintendo"
+categories = "Emulator"
+systemname = "Super Nintendo Entertainment System"
+database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Sufami Turbo"
+license = "Non-commercial"
+permissions = ""
+display_version = "1.53"
+supports_no_game = "false"
diff --git a/core_modules/snes9x2010.hmod/install b/core_modules/snes9x2010.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/snes9x2010.hmod/readme.txt b/core_modules/snes9x2010.hmod/readme.txt
new file mode 100644
index 0000000..c6e96be
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/readme.txt
@@ -0,0 +1,13 @@
+=== SNES9x2010 core for RetroArch ===
+
+This module will add support for Super Famicom / Super Nintendo games to RetroArch
+
+Available executables and arguments:
+- /bin/snes <rom> <clover_args>
+ runs "snes9x2010" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017
diff --git a/core_modules/stella.hmod/bin/a26 b/core_modules/stella.hmod/bin/a26
new file mode 100755
index 0000000..19d353b
--- /dev/null
+++ b/core_modules/stella.hmod/bin/a26
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover stella "$@"
diff --git a/core_modules/stella.hmod/etc/libretro/core/stella_libretro.so b/core_modules/stella.hmod/etc/libretro/core/stella_libretro.so
new file mode 100755
index 0000000..f130264
--- /dev/null
+++ b/core_modules/stella.hmod/etc/libretro/core/stella_libretro.so
Binary files differ
diff --git a/core_modules/stella.hmod/etc/libretro/info/stella_libretro.info b/core_modules/stella.hmod/etc/libretro/info/stella_libretro.info
new file mode 100644
index 0000000..37c486c
--- /dev/null
+++ b/core_modules/stella.hmod/etc/libretro/info/stella_libretro.info
@@ -0,0 +1,12 @@
+display_name = "Atari 2600 (Stella)"
+authors = "Stephen Anthony|Bradford Mott|Eckhard Stolberg|Brian Watson"
+supported_extensions = "a26|bin"
+corename = "Stella"
+manufacturer = "Atari"
+categories = "Emulator"
+systemname = "Atari 2600"
+database = "Atari - 2600"
+license = "GPLv2"
+permissions = ""
+display_version = "3.9.3"
+supports_no_game = "false"
diff --git a/core_modules/stella.hmod/install b/core_modules/stella.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/stella.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/stella.hmod/readme.txt b/core_modules/stella.hmod/readme.txt
new file mode 100644
index 0000000..5f4022e
--- /dev/null
+++ b/core_modules/stella.hmod/readme.txt
@@ -0,0 +1,13 @@
+=== Stella core for RetroArch ===
+
+This module will add support for Atari 2600 games to RetroArch
+
+Available executables and arguments:
+- /bin/a26 <rom> <clover_args>
+ runs "stella" core
+
+Core by libretro
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017