From 0fc2f200b95b680e3d01d2bfe2b6f70272ff960c Mon Sep 17 00:00:00 2001 From: pcm720 Date: Mon, 20 Feb 2017 22:22:10 +0300 Subject: Cores are now available as additional modules --- core_modules/stella.hmod/bin/a26 | 2 ++ .../stella.hmod/etc/libretro/core/stella_libretro.so | Bin 0 -> 1584703 bytes .../etc/libretro/info/stella_libretro.info | 12 ++++++++++++ core_modules/stella.hmod/install | 4 ++++ core_modules/stella.hmod/readme.txt | 13 +++++++++++++ 5 files changed, 31 insertions(+) create mode 100755 core_modules/stella.hmod/bin/a26 create mode 100755 core_modules/stella.hmod/etc/libretro/core/stella_libretro.so create mode 100644 core_modules/stella.hmod/etc/libretro/info/stella_libretro.info create mode 100644 core_modules/stella.hmod/install create mode 100644 core_modules/stella.hmod/readme.txt (limited to 'core_modules/stella.hmod') 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 Binary files /dev/null and b/core_modules/stella.hmod/etc/libretro/core/stella_libretro.so 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 + runs "stella" core + +Core by libretro +Module by pcm +Hakchi module system by madmonkey +NES Mini shell integration by Cluster +(c) 2016-2017 -- cgit v1.2.3