Standalone fork of Mednafen PCE Fast to libretro
Go to file
Twinaphex 40a42b7f43
Merge pull request #145 from bslenul/master
Add "Disable Soft Reset" core option to FAST variant of the core.
2020-01-30 18:05:16 +01:00
deps Fix MSVC 2003 2019-07-30 03:47:11 +02:00
jni libretro: jni: Switch stl to c++ in preparation for ndk r20 2019-05-24 23:30:18 -05:00
libretro-common Update libretro-common files 2019-12-28 09:06:50 +08:00
mednafen Input: Selective updates based on latest source 2019-12-28 09:22:32 +08:00
.gitignore Build fixes 2018-01-05 17:52:19 +09:00
.travis.yml add 3ds to travis build 2017-10-23 21:24:20 -04:00
appveyor.yml Appveyor CI 2017-12-21 22:25:40 +09:00
COPYING Distribute the Mednafen license 2016-08-18 10:42:38 -07:00
libretro_core_options.h Add "Disable Soft Reset" core option to FAST variant of the core. 2020-01-18 12:57:05 +01:00
libretro.cpp Merge pull request #145 from bslenul/master 2020-01-30 18:05:16 +01:00
link.T Initial commit. 2012-06-03 17:48:14 +02:00
Makefile fix MacOS compile 2019-12-08 11:41:04 -08:00
Makefile.common (UWP) Still some compilation issues 2019-07-30 07:35:49 +02:00
README.md Update README 2019-11-08 23:48:37 -08:00

Build Status Build status

Beetle PC Engine Fast libretro

Beetle PC Engine Fast is a port/fork of Mednafen's PC Engine Fast module to the libretro API. This libretro core contains CD-ROM2 support but unlike Mednafen's PCE Fast module, lacks SuperGrafx support. A separate libretro PC Engine core with SuperGrafx support can be found here: https://github.com/libretro/beetle-supergrafx-libretro

This repository also contains a port/fork of Mednafen's PC Engine module on the pce branch. This PC Engine module is more accurate than the Fast module, which trades away typically unneeded accuracy in favor of speed. Unlike the Fast module however, this module fork retains built-in SuperGrafx support.

Building

The PCE Fast core can be built with make in the master branch while the PCE "non-Fast" core can be built with make in the pce branch.

Documentation

https://docs.libretro.com/library/beetle_pce_fast/