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>2018-01-02 13:34:43 +0300
committerpcm720 <pcm720@gmail.com>2018-01-02 13:34:43 +0300
commitdfb40c77329f9932ff082239a151b5b548963e83 (patch)
treeb5b7a028e438894a6a982b14f4913cdb4e714f6d /core_modules/fmsx.hmod
parentd5749348c5ca363fa30bb910c0261b3c33f97897 (diff)
RetroArch 1.7.0 and fresh cores
Updated: RetroArch 1.7.0 3392984 FB Alpha v0.2.97.42 980171e fMSX 4.9 006d389 Gambatte v0.5.0-netlink Genesis Plus GX v1.7.4 69b2c0c mGBA 0.6.1 05e2ff4d FCEUmm (SVN) 221c1fa Nestopia 1.49-WIP 32ea0fc Snes9x 2010 1.52.4 48eebbb Snes9x 1.54.1 18b5fee
Diffstat (limited to 'core_modules/fmsx.hmod')
-rwxr-xr-xcore_modules/fmsx.hmod/bin/msx2
-rwxr-xr-xcore_modules/fmsx.hmod/etc/libretro/core/fmsx_libretro.sobin0 -> 264785 bytes
-rw-r--r--core_modules/fmsx.hmod/etc/libretro/info/fmsx_libretro.info29
-rwxr-xr-xcore_modules/fmsx.hmod/install4
-rwxr-xr-xcore_modules/fmsx.hmod/readme.txt21
5 files changed, 56 insertions, 0 deletions
diff --git a/core_modules/fmsx.hmod/bin/msx b/core_modules/fmsx.hmod/bin/msx
new file mode 100755
index 0000000..b49cf24
--- /dev/null
+++ b/core_modules/fmsx.hmod/bin/msx
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover fmsx "$@"
diff --git a/core_modules/fmsx.hmod/etc/libretro/core/fmsx_libretro.so b/core_modules/fmsx.hmod/etc/libretro/core/fmsx_libretro.so
new file mode 100755
index 0000000..12faf74
--- /dev/null
+++ b/core_modules/fmsx.hmod/etc/libretro/core/fmsx_libretro.so
Binary files differ
diff --git a/core_modules/fmsx.hmod/etc/libretro/info/fmsx_libretro.info b/core_modules/fmsx.hmod/etc/libretro/info/fmsx_libretro.info
new file mode 100644
index 0000000..d197928
--- /dev/null
+++ b/core_modules/fmsx.hmod/etc/libretro/info/fmsx_libretro.info
@@ -0,0 +1,29 @@
+display_name = "MSX (fMSX)"
+authors = "Marat Fayzullin"
+supported_extensions = "rom|mx1|mx2|dsk|cas"
+corename = "fMSX"
+manufacturer = "Various"
+categories = "Emulator"
+systemname = "MSX"
+database = "Microsoft - MSX|Microsoft - MSX2"
+license = "Non-commercial"
+permissions = ""
+display_version = "4.9"
+supports_no_game = "false"
+firmware_count = 5
+firmware0_desc = "MSX.ROM (MSX BIOS)"
+firmware0_path = "MSX.ROM"
+firmware0_opt = "false"
+firmware1_desc = "MSX2.ROM (MSX2 BIOS)"
+firmware1_path = "MSX2.ROM"
+firmware1_opt = "false"
+firmware2_desc = "MSX2EXT.ROM (MSX2 ExtROM)"
+firmware2_path = "MSX2EXT.ROM"
+firmware2_opt = "false"
+firmware3_desc = "MSX2P.ROM (MSX2+ BIOS)"
+firmware3_path = "MSX2P.ROM"
+firmware3_opt = "false"
+firmware4_desc = "MSX2PEXT.ROM (MSX2+ ExtROM)"
+firmware4_path = "MSX2PEXT.ROM"
+firmware4_opt = "false"
+notes = "(!) MSX.ROM (md5): 364a1a579fe5cb8dba54519bcfcdac0d|(!) MSX2.ROM (md5): ec3a01c91f24fbddcbcab0ad301bc9ef|(!) MSX2EXT.ROM (md5): 2183c2aff17cf4297bdb496de78c2e8a|(!) MSX2P.ROM (md5): 847cc025ffae665487940ff2639540e5|(!) MSX2PEXT.ROM (md5): 7c8243c71d8f143b2531f01afa6a05dc"
diff --git a/core_modules/fmsx.hmod/install b/core_modules/fmsx.hmod/install
new file mode 100755
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/fmsx.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/fmsx.hmod/readme.txt b/core_modules/fmsx.hmod/readme.txt
new file mode 100755
index 0000000..c4969d7
--- /dev/null
+++ b/core_modules/fmsx.hmod/readme.txt
@@ -0,0 +1,21 @@
+=== fMSX core for RetroArch ===
+
+This module will add support for MSX to RetroArch
+
+The following BIOS images are required for this core to work properly:
+MSX.ROM
+MSX2.ROM
+MSX2EXT.ROM
+MSX2P.ROM
+MSX2PEXT.ROM
+
+Available executables and arguments:
+- /bin/msx <rom> <clover_args>
+ runs "fmsx" core
+
+Core by libretro, compiled by pcm/pcm720
+Module suggested and provided by asper
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017
+