libretro: cores update + info files update (#5159)

* 81_libretro: bumped to version 1.0a:20200613

* atari800_libretro: bumped to version 3.1.0:20200626

* opera_libretro: bumped to version 1.0.0:20200605

* fbneo_libretro: bumped to version 0.2.97.44:20200703

* fceumm_libretro: bumped to version 0.0.1:20200604

* flycast_libretro: bumped to version 0.1:20200703

* gambatte_libretro: bumped to version 0.5.0:20200630

* gpsp_libretro: bumped to version 0.91:20200527

* handy_libretro: bumped to version 0.95:20200625

* mednafen_gba_libretro: bumped to version 0.9.36:20200623

* mednafen_lynx_libretro: bumped to version 0.9.32:20200630

* mednafen_ngp_libretro: bumped to version 0.9.36.1:20200630

* mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20200630

* mednafen_pcfx_libretro: bumped to version 0.9.33.3:20200623

* mednafen_supergrafx_libretro: bumped to version 0.9.38.7:20200623

* mednafen_vb_libretro: bumped to version 0.9.36.1:20200630

* mednafen_wswan_libretro: bumped to version 0.9.35.1:20200701

* mgba_libretro: bumped to version 0.6.1:20200619

* o2em_libretro: bumped to version 1.18:20200609

* pcsx_rearmed_libretro: bumped to version r22:20200701

* picodrive_libretro: bumped to version 1.92:20200607

* vba_next_libretro: bumped to version 1.0.2:20200617

* vecx_libretro: bumped to version 1.2:20200605

* virtualjaguar_libretro: bumped to version 2.1.2:20200521

* yabause_libretro: bumped to version 0.9.15:20200605

* 2048_libretro: bumped to version 1.0:20200520
This commit is contained in:
kwyxz
2020-07-03 23:02:28 -07:00
committed by GitHub
parent 974e832b2f
commit 1108cefd9f
80 changed files with 588 additions and 167 deletions

View File

@@ -1,10 +1,11 @@
display_name = "Sega - Saturn (Beetle Saturn)"
authors = "Mednafen Team"
supported_extensions = "cue|toc|m3u|ccd|chd"
supported_extensions = "ccd|chd|cue|toc|m3u"
corename = "Beetle Saturn"
manufacturer = "Sega"
categories = "Emulator"
systemname = "Saturn"
systemid = "sega_saturn"
database = "Sega - Saturn"
license = "GPLv2"
permissions = ""
@@ -19,8 +20,9 @@ firmware1_path = "mpr-17933.bin"
firmware1_opt = "false"
firmware2_desc = "mpr-18811-mx.ic1 (The King of Fighters '95 ROM Cartridge)"
firmware2_path = "mpr-18811-mx.ic1"
firmware2_opt = "false"
firmware2_opt = "true"
firmware3_desc = "mpr-19367-mx.ic1 (Ultraman: Hikari no Kyojin Densetsu ROM Cartridge)"
firmware3_path = "mpr-19367-mx.ic1"
firmware3_opt = "false"
firmware3_opt = "true"
notes = "(!) sega_101.bin (md5): 85ec9ca47d8f6807718151cbcca8b964|(!) mpr-17933.bin (md5): 3240872c70984b6cbfda1586cab68dbe|(!) mpr-18811-mx.ic1 (md5): 255113ba943c92a54facd25a10fd780c|(!) mpr-19367-mx.ic1 (md5): 1cd19988d1d72a3e7caa0b73234c96b4"
description = "An older fork of Mednafen's Saturn emulator (with some fixes backported from later versions), this core represents a major step forward for accurate Saturn emulation, and it runs most games with few or no noticeable glitches/anomalies. However, this accuracy comes at the price of high CPU requirements. Additionally, this core is software-rendered and does not support any increases in internal resolution or other fun-but-accuracy-compromising features, unlike the other, less-accurate Saturn cores."