From bb33939c702d8aa6fcdcec5646f24c700f0c114c Mon Sep 17 00:00:00 2001 From: pcm720 Date: Mon, 20 Feb 2017 07:44:23 +0300 Subject: Added mednafen_pce_fast as PC Engine/Turbografx 16 core, now you can enter RetroArch in-game menu by pressing Select + Start on controller --- README.md | 4 ++++ retroarch.hmod/bin/pce | 2 ++ .../etc/libretro/core/mednafen_pce_fast_libretro.so | Bin 0 -> 1722299 bytes retroarch.hmod/etc/libretro/retroarch.cfg | 2 +- retroarch.hmod/readme.txt | 4 ++++ 5 files changed, 11 insertions(+), 1 deletion(-) create mode 100755 retroarch.hmod/bin/pce create mode 100755 retroarch.hmod/etc/libretro/core/mednafen_pce_fast_libretro.so diff --git a/README.md b/README.md index 055efd9..20ae6f2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ It can also run games for other consoles. This pack already contains the followi - mupen64plus (N64) - stella (Atari 2600) - picodrive (SMS, MD/Genesis, 32X, Pico) +- mednafen_pce_fast (PC Engine/Turbografx 16) Available executables and arguments: @@ -41,6 +42,8 @@ Available executables and arguments: runs "stella" core - /bin/32x runs "picodrive" core + - /bin/pce + runs "mednafen_pce_fast" core - /bin/retroarch-mini [core] [rom] [args] runs RetroArch directly, without clover intergration - /bin/retroarch @@ -63,6 +66,7 @@ The following changes were made in this fork: - Greyscale palette for Gambatte core - Use mGBA as GBA core - Added PicoDrive as Sega 32X core +- Added mednafen_pce_fast as PCE/TG16 core NES Mini port by madmonkey diff --git a/retroarch.hmod/bin/pce b/retroarch.hmod/bin/pce new file mode 100755 index 0000000..5592fa3 --- /dev/null +++ b/retroarch.hmod/bin/pce @@ -0,0 +1,2 @@ +#!/bin/sh +exec retroarch-clover mednafen_pce_fast "$@" diff --git a/retroarch.hmod/etc/libretro/core/mednafen_pce_fast_libretro.so b/retroarch.hmod/etc/libretro/core/mednafen_pce_fast_libretro.so new file mode 100755 index 0000000..dd383d8 Binary files /dev/null and b/retroarch.hmod/etc/libretro/core/mednafen_pce_fast_libretro.so differ diff --git a/retroarch.hmod/etc/libretro/retroarch.cfg b/retroarch.hmod/etc/libretro/retroarch.cfg index 117e40a..29d2878 100644 --- a/retroarch.hmod/etc/libretro/retroarch.cfg +++ b/retroarch.hmod/etc/libretro/retroarch.cfg @@ -60,7 +60,7 @@ input_bind_timeout = "5" input_turbo_period = "6" input_duty_cycle = "3" input_max_users = "2" -input_menu_toggle_gamepad_combo = "3" +input_menu_toggle_gamepad_combo = "4" audio_latency = "64" audio_block_frames = "0" rewind_granularity = "1" diff --git a/retroarch.hmod/readme.txt b/retroarch.hmod/readme.txt index 150ca35..b423c7c 100644 --- a/retroarch.hmod/readme.txt +++ b/retroarch.hmod/readme.txt @@ -16,6 +16,7 @@ It can also run games for other consoles. This pack already contains the followi - mupen64plus (N64) - stella (Atari 2600) - picodrive (SMS, MD/Genesis, 32X, Pico) +- mednafen_pce_fast (PC Engine/Turbografx 16) Available executables and arguments: @@ -43,6 +44,8 @@ Available executables and arguments: runs "stella" core - /bin/32x runs "picodrive" core +- /bin/pce + runs "mednafen_pce_fast" cor - /bin/retroarch-mini [core] [rom] [args] runs RetroArch directly, without clover intergration - /bin/retroarch @@ -66,6 +69,7 @@ Enabled integer scaling Greyscale palette for Gambatte core Use mGBA as GBA core Added PicoDrive as Sega 32X core +Added mednafen_pce_fast as PCE/TG16 core ------ NES Mini port by madmonkey -- cgit v1.2.3