mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
libretro cores: bump (#5872)
* 81_libretro: bumped to version 1.0a:20210311 * atari800_libretro: bumped to version 3.1.0:20210415 * bluemsx_libretro: bumped to version 2.9.0:20210409 * cap32_libretro: bumped to version 4.2.0:20210327 * fmsx_libretro: bumped to version 4.9:20210327 * fuse_libretro: bumped to version 1.1.1:20210419 * hatari_libretro: bumped to version 1.8:20210317 * nekop2_libretro: bumped to version 0.86:20210317 * FAIL * dosbox_libretro: bumped to version 0.74:20201229 * fbneo_libretro: bumped to version 1.0.0.0:20210506 * fceumm_libretro: bumped to version 0.0.1:20210420 * FAIL * freeintv_libretro: bumped to version 0.0:20210322 * gambatte_libretro: bumped to version 0.5.0:20210325 * genesis_plus_gx_libretro: bumped to version 1.7.4:20210325 * gpsp_libretro: bumped to version 0.91:20210505 * gw_libretro: bumped to version 1.6.2:20210425 * handy_libretro: bumped to version 0.95:20210325 * mednafen_gba_libretro: bumped to version 0.9.36:20210324 * mednafen_lynx_libretro: bumped to version 0.9.32:20210324 * mednafen_ngp_libretro: bumped to version 0.9.36.1:20210324 * mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20210412 * mednafen_pce_libretro: bumped to version 0.9.38.7:20210412 * mednafen_pcfx_libretro: bumped to version 0.9.33.3:20210412 * mednafen_saturn_libretro: bumped to version 0.9.45.1:20210412 * mednafen_supergrafx_libretro: bumped to version 0.9.38.7:20210412 * mednafen_vb_libretro: bumped to version 0.9.36.1:20210405 * mednafen_wswan_libretro: bumped to version 0.9.35.1:20210405 * meteor_libretro: bumped to version 1.4:20201228 * mgba_libretro: bumped to version 0.6.1:20210427 * mupen64plus_next_libretro: bumped to version 1.0:20210223 * nestopia_libretro: bumped to version 1.49:20210320 * o2em_libretro: bumped to version 1.18:20210325 * opera_libretro: bumped to version 1.0.0:20210409 * parallel_n64_libretro: bumped to version 2.0rc2:20210324 * pcsx_rearmed_libretro: bumped to version r22:20210428 * snes9x_libretro: bumped to version 1.60:20210314 * vba_next_libretro: bumped to version 1.0.2:20210312 * vecx_libretro: bumped to version 1.2:20210312 * virtualjaguar_libretro: bumped to version 2.1.2:20210314 * yabause_libretro: bumped to version 0.9.15:20210411 * 3dengine_libretro: bumped to version 1.0:20210107 * reminiscence_libretro: bumped to version 0.3.6:20210317 * scummvm_libretro: bumped to version 2.0.0:20210325 * craft_libretro: bumped to version 1.0:20210317 * 2048_libretro: bumped to version 1.0:20210308 * gme_libretro: bumped to version 0.5.2:20210309 * mrboom_libretro: bumped to version 5.2:20210325 * flycast_libretro: bumped to version 0.1:20210506
This commit is contained in:
@@ -1,16 +1,23 @@
|
||||
# Software Information
|
||||
display_name = "NEC - PC Engine / SuperGrafx / CD (Beetle PCE)"
|
||||
authors = "Mednafen Team"
|
||||
supported_extensions = "pce|cue|ccd|iso|img|bin|chd"
|
||||
corename = "Beetle PCE"
|
||||
manufacturer = "NEC"
|
||||
categories = "Emulator"
|
||||
systemname = "PC Engine/SuperGrafx/CD"
|
||||
systemid = "pc_engine"
|
||||
database = "NEC - PC Engine SuperGrafx|NEC - PC Engine - TurboGrafx 16|NEC - PC Engine CD - TurboGrafx-CD"
|
||||
license = "GPLv2"
|
||||
permissions = ""
|
||||
display_version = "@DISPLAY_VERSION@"
|
||||
categories = "Emulator"
|
||||
|
||||
# Hardware Information
|
||||
manufacturer = "NEC"
|
||||
systemname = "PC Engine/SuperGrafx/CD"
|
||||
systemid = "pc_engine"
|
||||
|
||||
# Libretro Features
|
||||
database = "NEC - PC Engine SuperGrafx|NEC - PC Engine - TurboGrafx 16|NEC - PC Engine CD - TurboGrafx-CD"
|
||||
supports_no_game = "false"
|
||||
|
||||
# Firmware / BIOS
|
||||
firmware_count = 4
|
||||
firmware0_desc = "syscard3.pce (Super CD-ROM2 System V3.xx)"
|
||||
firmware0_path = "syscard3.pce"
|
||||
@@ -25,4 +32,5 @@ firmware3_desc = "gexpress.pce (Game Express CD Card)"
|
||||
firmware3_path = "gexpress.pce"
|
||||
firmware3_opt = "true"
|
||||
notes = "(!) syscard3.pce (md5): 38179df8f4ac870017db21ebcbf53114|[i] For cue files track type use:|[i] OGG for ogg files|[i] WAVE for wav files|[i] BINARY for iso files"
|
||||
|
||||
description = "A PC Engine (PCE) core forked from Mednafen's PCE-Accurate emulator, this core is a bit slower than the Fast core, but it is also more accurate, with support for a few extra games that are broken on the Fast core. In addition to PCE, PCE-CD, TurboGrafx 16 and TurboGrafx 16 CD, this core also differs from the Fast version in its support for the SuperGrafx console."
|
||||
|
||||
@@ -6,9 +6,9 @@ HOMEPAGE="https://mednafen.github.io/documentation/pce.html"
|
||||
COPYRIGHT="2005-2020 Forgotten, the Mednafen team, the libretro team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
srcGitRev="7e834dc9831eb10a80e2a928d5c5de6a7e5fd5ef"
|
||||
srcGitRev="4ef73108d0b9781005b3ad56a8f4099d80e69579"
|
||||
SOURCE_URI="https://github.com/libretro/beetle-pce-libretro/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="955c567fc763e18a6a28d357e9e742e513726c0a3deba16e0f95f6c3fe929e58"
|
||||
CHECKSUM_SHA256="e05c55b9e8eb0e1ab131d3d878317a81e59cd8951d980c6a195357d21b90455c"
|
||||
SOURCE_FILENAME="libretro-mednafen-pce-${portVersion/_/-}-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="beetle-pce-libretro-$srcGitRev"
|
||||
ADDITIONAL_FILES="mednafen_pce_libretro.info.in"
|
||||
Reference in New Issue
Block a user