Standalone hard fork of Mednafen PCE to libretro
Go to file
2022-06-10 07:35:26 +02:00
.github/workflows Add automatic Crowdin synchronization 2022-01-06 16:50:13 +01:00
deps PS3/PSL1GHT build fix 2022-02-05 17:14:46 +01:00
intl Add automatic Crowdin synchronization 2022-01-06 16:50:13 +01:00
jni Cleanups 2020-10-07 20:39:45 +02:00
libretro-common Enable Indonesian, Swedish and Ukrainian localisations 2022-01-21 15:28:35 +01:00
mednafen Remove if 0 code 2022-06-10 07:35:26 +02:00
.gitignore Build fixes 2018-01-05 17:52:19 +09:00
.gitlab-ci.yml Add ios-arm64/tvos-arm64 2021-03-11 07:24:07 +01:00
.travis.yml fix travis script 2019-04-29 12:30:04 -05:00
appveyor.yml initial beetle pce port 2019-04-14 18:43:49 -05:00
COPYING Distribute the Mednafen license 2016-08-18 10:42:38 -07:00
libretro_core_options_intl.h Fetch translations & Recreate libretro_core_options_intl.h 2022-02-18 00:19:07 +00:00
libretro_core_options.h Merge pull request #34 from DisasterMo/text-fix 2022-01-29 11:06:15 +01:00
libretro.cpp Update to 1.29.0 - only meaningful update so far - 2022-06-10 05:50:10 +02:00
link.T Initial commit. 2012-06-03 17:48:14 +02:00
Makefile PS3/PSL1GHT build fix 2022-02-05 17:14:46 +01:00
Makefile.common Revert "Slim down on zlib" 2021-12-11 16:06:43 +11:00
README.md Update README 2020-03-18 23:11:58 -07:00

Build Status

Beetle PC Engine libretro

Beetle PC Engine is a port/fork of Mednafen's PC Engine "pce" module to the libretro API. This core supports both CD-ROM2 and SuperGrafx emulation.

This PC Engine module is more accurate than the Fast module, which trades away typically unneeded accuracy in favor of speed. Unlike Beetle PCE Fast, Beetle PCE retains built-in SuperGrafx support. SuperGrafx support can alternatively be found in the Beetle SuperGrafx core.

Features:

  • Sub-instruction timing granularity (but greater than cycle granularity)
  • All sprite sizes supported.
  • 16-sprites per line limit emulated.
  • Accurate HuC6280 flags emulation.
  • Dot-clock emulation for more accurate aspect ratios.
  • Support for Street Fighter 2's HuCard hardware.
  • Support for Populous's backup RAM.
  • 6-button pad emulation.
  • Mouse emulation.
  • Working CD+G playback.

Building

This core can be built with make.

Documentation

TBD

Beetle PC Engine Fast: https://github.com/libretro/beetle-pce-fast-libretro

Beetle SuperGrafx: https://github.com/libretro/beetle-supergrafx-libretro