Hello community, here is the log from the commit of package libretro-core-info for openSUSE:Factory checked in at 2020-06-24 15:48:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libretro-core-info (Old) and /work/SRC/openSUSE:Factory/.libretro-core-info.new.2956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libretro-core-info" Wed Jun 24 15:48:55 2020 rev:6 rq:816710 version:1.8.9 Changes: -------- --- /work/SRC/openSUSE:Factory/libretro-core-info/libretro-core-info.changes 2020-06-07 21:34:30.944726857 +0200 +++ /work/SRC/openSUSE:Factory/.libretro-core-info.new.2956/libretro-core-info.changes 2020-06-24 15:49:00.448435510 +0200 @@ -1,0 +2,12 @@ +Tue Jun 23 19:45:20 UTC 2020 - Yunhe Guo <i...@guoyunhe.me> + +- Version 1.8.9 + * Full changes at https://github.com/libretro/libretro-core-info/compare/v1.8.8...v1.8.9 + +------------------------------------------------------------------- +Tue Jun 23 19:43:11 UTC 2020 - Yunhe Guo <i...@guoyunhe.me> + +- Version 1.8.8 + * Full changes at https://github.com/libretro/libretro-core-info/compare/v1.8.7...v1.8.8 + +------------------------------------------------------------------- Old: ---- libretro-core-info-1.8.7.tar.gz New: ---- libretro-core-info-1.8.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libretro-core-info.spec ++++++ --- /var/tmp/diff_new_pack.md2TJw/_old 2020-06-24 15:49:01.932441731 +0200 +++ /var/tmp/diff_new_pack.md2TJw/_new 2020-06-24 15:49:01.936441748 +0200 @@ -17,7 +17,7 @@ Name: libretro-core-info -Version: 1.8.7 +Version: 1.8.9 Release: 0 Summary: Provide libretro's core info files License: MIT ++++++ libretro-core-info-1.8.7.tar.gz -> libretro-core-info-1.8.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/00_example_libretro.info new/libretro-core-info-1.8.9/00_example_libretro.info --- old/libretro-core-info-1.8.7/00_example_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/00_example_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,32 +1,20 @@ ## All data is optional, but helps improve user experience. +# Software Information - Information about the core software itself # Name displayed when the user is selecting the core: # display_name = "Nintendo - Game Boy (Core Name)" +# Categories that the core belongs to (optional): +# categories = "Emulator" + # Name of the authors who wrote the core: # authors = "Martin Freij|R. Belmont|R. Danbrook" -# List of extensions the core supports: -# supported_extensions = "nes|fds" - # Name of the core: # corename = "Nestopia" -# Name of the manufacturer who produced the emulated system: -# manufacturer = "Nintendo" -# -# Categories that the core belongs to (optional): -# categories = "Emulator" - -# Name of the system that the core targets (optional): -# systemname = "Nintendo Entertainment System" - -# ID of the primary platform the core uses. Use other core info files as guidance if possible. -# If blank or not used, a standard core platform will be used (optional): -# systemid = "nes" - -# Name of the database that the core supports (optional): -# database = "Nintendo - Nintendo Entertainment System|Nintendo - Famicom Disk System" +# List of extensions the core supports: +# supported_extensions = "nes|fds" # License of the cores source code: # license = "GPLv3" @@ -37,8 +25,16 @@ # Version of the core: # display_version = "v0.2.97.30" -# Whether or not the core requires an external file to work: -# supports_no_game = "false" +# Hardware Information - Information about the hardware the core supports (when applicable) +# Name of the manufacturer who produced the emulated system: +# manufacturer = "Nintendo" + +# Name of the system that the core targets (optional): +# systemname = "Nintendo Entertainment System" + +# ID of the primary platform the core uses. Use other core info files as guidance if possible. +# If blank or not used, a standard core platform will be used (optional): +# systemid = "nes" # The number of mandatory/optional firmware files the core needs: # firmware_count = 7 @@ -52,7 +48,39 @@ # firmware0_opt = "true/false" # Additional notes: -#notes = "(!) hash|(!) game rom|(^) continue|[1] notes|[^] continue|[*] list" +# notes = "(!) hash|(!) game rom|(^) continue|[1] notes|[^] continue|[*] list" + +# Libretro Features - The libretro API features the core supports. Useful for sorting cores +# Does the core support savestates +# savestate = "true" +# If true, how complete is the savestate support? basic, serialized (rewind), deterministic (netplay/runahead) +# savestate_features = "serialized" +# Does the core support the libretro cheat interface? +# cheats = "false" +# Does the core support libretro input descriptors +# input_descriptors = "true" +# Does the core support memory descriptors commonly used for achievements +# memory_descriptors = "false" +# Does the core use the libretro save interface or does it do its own thing (like with shared memory cards)? +# libretro_saves = "true" +# Does the core support the core options interface? +# core_options = "true" +# What version of core options is supported? (later versions allow for localization and descriptions) +# core_options_version = "1.0" +# Does the core support the subsystem interface? Commonly used for chained/special loading, such as Super Game Boy +# load_subsystem = "false" +# Whether or not the core requires an external file to work: +# supports_no_game = "false" +# Name of the database that the core supports (optional): +# database = "Nintendo - Nintendo Entertainment System|Nintendo - Famicom Disk System" +# Does the core support/require support for libretro-gl or other hardware-acceleration in the frontend? +# hw_render = "false" +# Does the core require ongoing access to the file after loading? Mostly used for softpatching and streaming of data +# needs_fullpath = "false" +# Does the core support the libretro disk control interface for swapping disks on the fly? +# disk_control = "false" +# Is the core currently suitable for general use? That is, will regular users find it useful or is it for development/testing only (subject to change over time)? +# is_experimental = "true" -# Graphics API(s) supported by the core... only use for cores that *require* hardware acceleration -# required_hw_api = "OpenGL Core >= 3.3 | OpenGL ES >= 2.0 | Vulkan >= 1.0" +# Descriptive text, useful for tooltips, etc. +# description = "This is a brief description of the core. It should be informative, but probably not super-long. 1024 characters, tops, all on one line (i.e., no manual line-breaks)." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/advanced_tests_libretro.info new/libretro-core-info-1.8.9/advanced_tests_libretro.info --- old/libretro-core-info-1.8.7/advanced_tests_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/advanced_tests_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -27,3 +27,5 @@ needs_fullpath = "false" disk_control = "false" is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/blastem_libretro.info new/libretro-core-info-1.8.9/blastem_libretro.info --- old/libretro-core-info-1.8.7/blastem_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/blastem_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,7 +1,7 @@ # Software Information display_name = "Sega - Mega Drive - Genesis (BlastEm)" authors = "Mike Pavone" -supported_extensions = "md|bin|smd" +supported_extensions = "md|bin|smd|gen" corename = "BlastEm" license = "GPLv3" permissions = "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/bsnes2014_accuracy_libretro.info new/libretro-core-info-1.8.9/bsnes2014_accuracy_libretro.info --- old/libretro-core-info-1.8.7/bsnes2014_accuracy_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/bsnes2014_accuracy_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -84,4 +84,6 @@ database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Sufami Turbo|Nintendo - Satellaview" hw_render = "false" needs_fullpath = "false" -disk_control = "false" \ No newline at end of file +disk_control = "false" + +description = "bsnes 2014 Accuracy is based on version 094 of the bsnes emulator with some accuracy improvements backported from later versions. It is built from the 'accuracy' profile, which includes bsnes' more-demanding dot-based PPU (as opposed to the faster scanline-precision PPU used in the 'balanced' profile), though the only commercial game that requires this level of precision is the notorious Air Strike Patrol (A.S.P.). Unlike the 'Mercury' cores, the '2014' cores are based on the unchanged bsnes source without any major additions. The up-to-date bsnes core is a better choice for most users who are seeking the highest accuracy, except for those who require access to cheats and retro-achievements, for whom these older forks may be preferable." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/bsnes2014_balanced_libretro.info new/libretro-core-info-1.8.9/bsnes2014_balanced_libretro.info --- old/libretro-core-info-1.8.7/bsnes2014_balanced_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/bsnes2014_balanced_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -84,4 +84,6 @@ database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Sufami Turbo|Nintendo - Satellaview" hw_render = "false" needs_fullpath = "false" -disk_control = "false" \ No newline at end of file +disk_control = "false" + +description = "bsnes 2014 Balanced is based on version 094 of the bsnes emulator with some accuracy improvements backported from later versions. It is built from the 'balanced' profile, which includes bsnes' less-demanding scanline-precision PPU (as opposed to the slower dot-based PPU used in the 'accuracy' profile), though the only commercial game that is affected by this is the notorious Air Strike Patrol (A.S.P.). Unlike the 'Mercury' cores, the '2014' cores are based on the unchanged bsnes source without any major additions. The up-to-date bsnes core is a better choice for most users who are seeking the highest accuracy, except for those who require access to cheats and retro-achievements, for whom these older forks may be preferable." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/bsnes2014_performance_libretro.info new/libretro-core-info-1.8.9/bsnes2014_performance_libretro.info --- old/libretro-core-info-1.8.7/bsnes2014_performance_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/bsnes2014_performance_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -81,4 +81,6 @@ database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Sufami Turbo|Nintendo - Satellaview" hw_render = "false" needs_fullpath = "false" -disk_control = "false" \ No newline at end of file +disk_control = "false" + +description = "bsnes 2014 Performance is based on version 094 of the bsnes emulator with some accuracy improvements backported from later versions. It is built from the 'performance' profile, which includes bsnes' fastest (but least-accurate) PPU. The biggest problem with the 'performance' profile is that it does not support the CX4 add-on chip used by Capcom's Mega Man X2 and X3 games, but most other games should run fine. For most users, though, Snes9x-Current is a better option for higher performance on low-spec devices and the up-to-date bsnes core is better for accuracy. Unlike the 'Mercury' cores, the '2014' cores are based on the unchanged bsnes source without any major additions." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/bsnes_cplusplus98_libretro.info new/libretro-core-info-1.8.9/bsnes_cplusplus98_libretro.info --- old/libretro-core-info-1.8.7/bsnes_cplusplus98_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/bsnes_cplusplus98_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -27,4 +27,6 @@ hw_render = "false" needs_fullpath = "false" disk_control = "false" -is_experimental = "true" \ No newline at end of file +is_experimental = "true" + +description = "bsnes C++98 is based on version 085 of the bsnes emulator, but with the codebase downgraded to be compatible with the older C++98 standard. It is built from the 'performance' profile, which includes bsnes' fastest (but least-accurate) PPU. This core is really only useful for platforms that are stuck on old compilers (such as certain consoles) that are also powerful enough for bsnes. For most users, though, Snes9x-Current is a better option for speed and newer bsnes flavors are better for accuracy. So, unless you have a specific need for this core, you are probably better off with a different choice." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/bsnes_hd_beta_libretro.info new/libretro-core-info-1.8.9/bsnes_hd_beta_libretro.info --- old/libretro-core-info-1.8.7/bsnes_hd_beta_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/bsnes_hd_beta_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -89,3 +89,5 @@ hw_render = "false" needs_fullpath = "false" disk_control = "false" + +description = "bsnes HD Beta is based on the latest code from the bsnes emulator, but it serves as a test-bed for some additional features that are not considered stable enough for inclusion in the standard bsnes core. These features include true widescreen support and increased color depth (i.e., without dithering), among others. Aside from these additional experimental features, this core is identical to the standard bsnes core in both accuracy and performance." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/bsnes_libretro.info new/libretro-core-info-1.8.9/bsnes_libretro.info --- old/libretro-core-info-1.8.7/bsnes_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/bsnes_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -88,4 +88,6 @@ database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Sufami Turbo|Nintendo - Satellaview" hw_render = "false" needs_fullpath = "false" -disk_control = "false" \ No newline at end of file +disk_control = "false" + +description = "bsnes libretro core is based on the latest source code from the bsnes emulator, which is known for its high accuracy and faithful reproduction of the SNES/SFC console. In addition to high accuracy, this version also includes a number of enhancements, such as mode 7 upscaling and overclocking for the Super FX add-on chip used in Star Fox and other games. This core is a good option for users on desktop platforms (Windows, Mac and Linux) with a relatively fast CPU. While it lacks support for libretro cheats and retro-achievements, it does have its own runahead implementation that is accessible from the core options." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/bsnes_mercury_accuracy_libretro.info new/libretro-core-info-1.8.9/bsnes_mercury_accuracy_libretro.info --- old/libretro-core-info-1.8.7/bsnes_mercury_accuracy_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/bsnes_mercury_accuracy_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -85,4 +85,6 @@ database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Sufami Turbo|Nintendo - Satellaview" hw_render = "false" needs_fullpath = "false" -disk_control = "false" \ No newline at end of file +disk_control = "false" + +description = "bsnes Mercury Accuracy is based on version 094 of the bsnes emulator with some accuracy improvements backported from later versions. It also has some optimizations that do not reduce accuracy and some core options that can reduce accuracy (such as overclocking and HLE for the add-on chips used in many carts). It is built from the 'accuracy' profile, which includes bsnes' more-demanding dot-based PPU (as opposed to the faster scanline-precision PPU used in the 'balanced' profile), though the only commercial game that requires this level of precision is the notorious Air Strike Patrol (A.S.P.). The up-to-date bsnes core is a better choice for most users who are seeking the highest accuracy, except for those who require access to cheats and retro-achievements, for whom these older forks may be preferable." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/bsnes_mercury_balanced_libretro.info new/libretro-core-info-1.8.9/bsnes_mercury_balanced_libretro.info --- old/libretro-core-info-1.8.7/bsnes_mercury_balanced_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/bsnes_mercury_balanced_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -85,4 +85,6 @@ database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Sufami Turbo|Nintendo - Satellaview" hw_render = "false" needs_fullpath = "false" -disk_control = "false" \ No newline at end of file +disk_control = "false" + +description = "bsnes Mercury Balanced is based on version 094 of the bsnes emulator with some accuracy improvements backported from later versions. It also has some optimizations that do not reduce accuracy and some core options that can reduce accuracy (such as overclocking and HLE for the add-on chips used in many carts). It is built from the 'balanced' profile, which includes bsnes' less-demanding scanline-precision PPU (as opposed to the slower dot-based PPU used in the 'accuracy' profile), though the only commercial game that is affected is the notorious Air Strike Patrol (A.S.P.). The up-to-date bsnes core is a better choice for most users who are seeking the highest accuracy, except for those who require access to cheats and retro-achievements, for whom these older forks may be preferable." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/bsnes_mercury_performance_libretro.info new/libretro-core-info-1.8.9/bsnes_mercury_performance_libretro.info --- old/libretro-core-info-1.8.7/bsnes_mercury_performance_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/bsnes_mercury_performance_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -82,4 +82,6 @@ database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Sufami Turbo|Nintendo - Satellaview" hw_render = "false" needs_fullpath = "false" -disk_control = "false" \ No newline at end of file +disk_control = "false" + +description = "bsnes Mercury Accuracy is based on version 094 of the bsnes emulator with some accuracy improvements backported from later versions. It is built from the 'performance' profile, which includes bsnes' fastest (but least-accurate) PPU. The biggest problem with the 'performance' profile is that it does not support the CX4 add-on chip used by Capcom's Mega Man X2 and X3 games, but most other games should run fine. For most users, though, Snes9x-Current is a better option for higher performance on low-spec devices and the up-to-date bsnes core is better for accuracy." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/fbalpha2012_cps1_libretro.info new/libretro-core-info-1.8.9/fbalpha2012_cps1_libretro.info --- old/libretro-core-info-1.8.7/fbalpha2012_cps1_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/fbalpha2012_cps1_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -11,3 +11,4 @@ display_version = "v0.2.97.28" supports_no_game = "false" notes = "(!) The BIOS files must be inside the ROM directory." +description = "'FB Alpha 2012 CPS-1' is compatible with FB Alpha v0.2.97.28 ROM sets. This core variant is for CPS-1 games only." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/fbalpha2012_cps2_libretro.info new/libretro-core-info-1.8.9/fbalpha2012_cps2_libretro.info --- old/libretro-core-info-1.8.7/fbalpha2012_cps2_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/fbalpha2012_cps2_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -11,3 +11,4 @@ display_version = "v0.2.97.28" supports_no_game = "false" notes = "(!) The BIOS files must be inside the ROM directory." +description = "'FB Alpha 2012 CPS-2' is compatible with FB Alpha v0.2.97.28 ROM sets. This core variant is for CPS-2 games only." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/fbalpha2012_cps3_libretro.info new/libretro-core-info-1.8.9/fbalpha2012_cps3_libretro.info --- old/libretro-core-info-1.8.7/fbalpha2012_cps3_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/fbalpha2012_cps3_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -11,3 +11,4 @@ display_version = "v0.2.97.29" supports_no_game = "false" notes = "(!) The BIOS files must be inside the ROM directory." +description = "'FB Alpha 2012 CPS-3' is compatible with FB Alpha v0.2.97.29 ROM sets. This core variant is for CPS-3 games only." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/fbalpha2012_libretro.info new/libretro-core-info-1.8.9/fbalpha2012_libretro.info --- old/libretro-core-info-1.8.7/fbalpha2012_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/fbalpha2012_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -11,3 +11,4 @@ display_version = "v0.2.97.29" supports_no_game = "false" notes = "(!) The BIOS files must be inside the ROM directory." +description = "'FB Alpha 2012' is compatible with FB Alpha v0.2.97.29 ROM sets." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/fbalpha2012_neogeo_libretro.info new/libretro-core-info-1.8.9/fbalpha2012_neogeo_libretro.info --- old/libretro-core-info-1.8.7/fbalpha2012_neogeo_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/fbalpha2012_neogeo_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -11,3 +11,4 @@ display_version = "v0.2.97.29" supports_no_game = "false" notes = "(!) The BIOS files must be inside the ROM directory." +description = "'FB Alpha 2012 Neo Geo' is compatible with FB Alpha v0.2.97.29 ROM sets. This core variant is for Neo-Geo games only." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/fbneo_libretro.info new/libretro-core-info-1.8.9/fbneo_libretro.info --- old/libretro-core-info-1.8.7/fbneo_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/fbneo_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -44,3 +44,4 @@ firmware9_path = "fbneo/cchip.zip" firmware9_opt = "true" notes = "(!) The BIOS files can also be inside the ROM directory or the root of SYSTEM directory.|(!) Homepage : https://neo-source.com/" +description = "'FinalBurn Neo' is compatible with FinalBurn Neo latest ROM sets. Formerly known as 'FB Alpha'." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/fceumm_libretro.info new/libretro-core-info-1.8.9/fceumm_libretro.info --- old/libretro-core-info-1.8.7/fceumm_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/fceumm_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -19,3 +19,5 @@ firmware1_path = "nes.pal" firmware1_opt = "true" notes = "(!) disksys.rom (md5): ca30b50f880eb660a320674ed365ef7a|(!) nes.pal must be located in system directory." + +description = "FCEUmm libretro is based on the FCEUmm (mappers modified) fork of the FCEU emulator. It is very fast and supports many mappers, including those for weird, obscure bootleg carts. It is tightly integrated with libretro features, which makes it a good choice for users seeking advanced frontend functionality, such as runahead and rollback netplay. While most NES emulators are lightweight, FCEUmm's particularly low resource requirements make it a good option for mobile, low-power/embedded and console targets." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/fixnes_libretro.info new/libretro-core-info-1.8.9/fixnes_libretro.info --- old/libretro-core-info-1.8.7/fixnes_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/fixnes_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -16,3 +16,6 @@ firmware0_path = "disksys.rom" firmware0_opt = "true" notes = "(!) disksys.rom (md5): ca30b50f880eb660a320674ed365ef7a" +is_experimental = "true" + +description = "An alpha-stage emulator written as a learning experience, fixNES is a good, simple core for learning how NES emulators are written, but it's not a good choice for general use. Individuals who are looking for a feature-complete, accurate, easily-usable emulator should look instead to Mesen, Nestopia or FCEUmm, depending on their use-case." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/gearboy_libretro.info new/libretro-core-info-1.8.9/gearboy_libretro.info --- old/libretro-core-info-1.8.7/gearboy_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/gearboy_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -9,5 +9,5 @@ database = "Nintendo - Game Boy|Nintendo - Game Boy Color" license = "GPLv3" permissions = "" -display_version = "3.0.2" +display_version = "3.1.1" supports_no_game = "false" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/gearsystem_libretro.info new/libretro-core-info-1.8.9/gearsystem_libretro.info --- old/libretro-core-info-1.8.7/gearsystem_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/gearsystem_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -9,5 +9,5 @@ database = "Sega - Game Gear|Sega - Master System - Mark III|Sega - SG-1000" license = "GPLv3" permissions = "" -display_version = "3.0.1" +display_version = "3.1.1" supports_no_game = "false" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/hbmame_libretro.info new/libretro-core-info-1.8.9/hbmame_libretro.info --- old/libretro-core-info-1.8.7/hbmame_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/hbmame_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -13,3 +13,4 @@ display_version = "Git" supports_no_game = "false" notes = "[1] HBMAME supports MAME save states.|[2] HBMAME supports extracted MAME cheats.|[3] The BIOS files must be inside the ROM directory.|[4] CHD files and their directories must be inside the ROM directory.|[5] ARTWORK, CHEATS, HASH, INI and SAMPLES directories can be placed|[^] inside the 'SYSTEMDIR\mame' directory. (INI/Source for drivers)|[6] When saving, the following directories will be created in the 'SAVEDIR\mame'|[^] directory: STATES, NVRAM, INPUT, SNAPS, CFG, MEMCARD, and DIFF.|[7] Default combo to call MAME GUI: Retropad Select + X|[^] Retropad Select + Start => CANCEL" +description = "'HBMAME' is compatible with HBMAME latest ROM sets. HBMAME (HomeBrew MAME) is a derivative of MAME, and contains various hacks and homebrews." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/higan_sfc_balanced_libretro.info new/libretro-core-info-1.8.9/higan_sfc_balanced_libretro.info --- old/libretro-core-info-1.8.7/higan_sfc_balanced_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/higan_sfc_balanced_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -76,3 +76,5 @@ firmware20_path = "SGB2.sfc/program.rom" firmware20_opt = "true" notes = "[1] nSide Balanced uses split ROMS for special chip games.|[*] Notable DSP1/DSP1B Games: Super Mario Kart, Pilotwings|[*] Notable DSP2 Games: Dungeon Master|[*] Notable DSP3 Games: SD Gundam GX|[*] Notable DSP4 Games: Top Gear 3000|[*] Notable Cx4 Games: Mega Man X2, Mega Man X3|[2] SGB Emulation needs SGB.sfc/, SGB1.sfc/ or SGB2.sfc/ foltainers in system directory.|SGB1.sfc/ or SGB2.sfc/ can be selected as core options.|GB/GBC ROMs can be loaded directly as ROMs in this core." + +description = "nSide Balanced is based on version 105 of the higan emulator suite's SNES/SFC emulator. It includes the faster and unofficially maintained scanline-precision PPU (as opposed to the slower dot-based PPU used in the regular higan core), though the only commercial game that is affected by this is the notorious Air Strike Patrol (A.S.P.). The up-to-date bsnes core is a better choice for most users who are seeking the highest accuracy and it should be a bit faster, too." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/higan_sfc_libretro.info new/libretro-core-info-1.8.9/higan_sfc_libretro.info --- old/libretro-core-info-1.8.7/higan_sfc_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/higan_sfc_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -76,3 +76,5 @@ firmware20_path = "SGB2.sfc/program.rom" firmware20_opt = "true" notes = "[1] higan Accuracy uses split ROMS for special chip games.|[*] Notable DSP1/DSP1B Games: Super Mario Kart, Pilotwings|[*] Notable DSP2 Games: Dungeon Master|[*] Notable DSP3 Games: SD Gundam GX|[*] Notable DSP4 Games: Top Gear 3000|[*] Notable Cx4 Games: Mega Man X2, Mega Man X3|[2] SGB Emulation needs SGB.sfc/, SGB1.sfc/ or SGB2.sfc/ foltainers in system directory.|SGB1.sfc/ or SGB2.sfc/ can be selected as core options.|GB/GBC ROMs can be loaded directly as ROMs in this core." + +description = "higan Accuracy is based on version 105 of the higan emulator suite's SNES/SFC emulator. It includes the demanding dot-based PPU (which is the hallmark of the 'accuracy' profile of this emulator lineage), though the only commercial game that is affected by this is the notorious Air Strike Patrol (A.S.P.). The up-to-date bsnes core is a better choice for most users who are seeking the highest accuracy and it should be quite a bit faster, too." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mame2000_libretro.info new/libretro-core-info-1.8.9/mame2000_libretro.info --- old/libretro-core-info-1.8.7/mame2000_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mame2000_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -12,3 +12,4 @@ display_version = "0.37b5" supports_no_game = "false" notes = "(!) The BIOS files must be inside the ROM directory.|" +description = "'MAME 2000' is compatible withMAME 0.37b5 ROM sets." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mame2003_libretro.info new/libretro-core-info-1.8.9/mame2003_libretro.info --- old/libretro-core-info-1.8.7/mame2003_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mame2003_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -12,3 +12,4 @@ display_version = "0.78" supports_no_game = "false" notes = "(!) The BIOS files must be inside the ROM directory.|" +description = "'MAME 2003' is compatible with MAME 0.78 ROM sets." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mame2003_midway_libretro.info new/libretro-core-info-1.8.9/mame2003_midway_libretro.info --- old/libretro-core-info-1.8.7/mame2003_midway_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mame2003_midway_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -12,3 +12,4 @@ display_version = "0.78" supports_no_game = "false" notes = "(!) The BIOS files must be inside the ROM directory.|" +description = "'MAME 2003 Midway' is compatible with MAME 0.78 ROM sets. This core variant is for Midway games only." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mame2003_plus_libretro.info new/libretro-core-info-1.8.9/mame2003_plus_libretro.info --- old/libretro-core-info-1.8.7/mame2003_plus_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mame2003_plus_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -12,3 +12,4 @@ display_version = "2003-Plus" supports_no_game = "false" notes = "(!) Unless using Full Non-Merged romsets, BIOS files must be inside the ROM directory.|See libretro core documentation for more information about content paths.|" +description = "'MAME 2003-Plus' is compatible with MAME 2003-Plus latest ROM sets. MAME 2003-Plus uses MAME 2003 as a codebase, but contributors have backported support for an additional 350 games, as well as other functionality not originally present in the underlying codebase." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mame2009_libretro.info new/libretro-core-info-1.8.9/mame2009_libretro.info --- old/libretro-core-info-1.8.7/mame2009_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mame2009_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -12,3 +12,4 @@ display_version = "0.135u4" supports_no_game = "false" notes = "(!) The BIOS files must be inside the ROM directory.|" +description = "'MAME 2009' is compatible with MAME 0.135u4 ROM sets." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mame2010_libretro.info new/libretro-core-info-1.8.9/mame2010_libretro.info --- old/libretro-core-info-1.8.7/mame2010_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mame2010_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -12,3 +12,4 @@ display_version = "0.139" supports_no_game = "false" notes = "(!) The BIOS files must be inside the ROM directory.|" +description = "'MAME 2010' is compatible with MAME 0.139 ROM sets." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mame2015_libretro.info new/libretro-core-info-1.8.9/mame2015_libretro.info --- old/libretro-core-info-1.8.7/mame2015_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mame2015_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -12,3 +12,4 @@ display_version = "0.160" supports_no_game = "false" notes = "[1] MAME 2015 (0.160) supports MAME save states.|[2] MAME 2015 (0.160) supports extracted MAME cheats.|[3] The BIOS files must be inside the ROM directory.|[4] The same directory with CHD files inside must be inside the ROM directory.|[5] If desired, the ARTWORK, CHEATS, and SAMPLES directories can be|[^] inside the 'SYSTEMDIR\mame' directory.|[6] When saving, the following directories will be created in the 'SAVEDIR\mame'|[^] directory: STATES, NVRAM, INPUT, SNAPS, CFG, MEMCARD, and DIFF." +description = "'MAME 2015' is compatible with MAME 0.160 ROM sets." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mame2016_libretro.info new/libretro-core-info-1.8.9/mame2016_libretro.info --- old/libretro-core-info-1.8.7/mame2016_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mame2016_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -12,3 +12,4 @@ display_version = "0.174" supports_no_game = "false" notes = "[1] MAME 2016 (0.174) supports MAME save states.|[2] MAME 2016 (0.174) supports extracted MAME cheats.|[3] The BIOS files must be inside the ROM directory.|[4] The same directory with CHD files inside must be inside the ROM directory.|[5] If desired, the ARTWORK, CHEATS, and SAMPLES directories can be|[^] inside the 'SYSTEMDIR\mame' directory.|[6] When saving, the following directories will be created in the 'SAVEDIR\mame'|[^] directory: STATES, NVRAM, INPUT, SNAPS, CFG, MEMCARD, and DIFF." +description = "'MAME 2016' is compatible with MAME 0.174 ROM sets." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mame_libretro.info new/libretro-core-info-1.8.9/mame_libretro.info --- old/libretro-core-info-1.8.7/mame_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mame_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,4 +1,4 @@ -display_name = "Arcade (MAME)" +display_name = "Arcade (MAME - Current)" authors = "MAMEdev" supported_extensions = "zip|chd|7z|cmd" corename = "MAME (Git)" @@ -13,3 +13,4 @@ display_version = "Git" supports_no_game = "false" notes = "[1] MAME supports MAME save states.|[2] MAME supports extracted MAME cheats.|[3] The BIOS files must be inside the ROM directory.|[4] CHD files and their directories must be inside the ROM directory.|[5] ARTWORK, CHEATS, HASH, INI and SAMPLES directories can be placed|[^] inside the 'SYSTEMDIR\mame' directory. (INI/Source for drivers)|[6] When saving, the following directories will be created in the 'SAVEDIR\mame'|[^] directory: STATES, NVRAM, INPUT, SNAPS, CFG, MEMCARD, and DIFF.|[7] Default combo to call MAME GUI: Retropad Select + X|[^] Retropad Select + Start => CANCEL" +description = "'MAME - Current' is compatible with MAME latest ROM sets." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mesen-s_libretro.info new/libretro-core-info-1.8.9/mesen-s_libretro.info --- old/libretro-core-info-1.8.7/mesen-s_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mesen-s_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,19 +1,19 @@ -display_name = "Nintendo - SNES / SFC (Mesen-S)" +display_name = "Nintendo - SNES / SFC / Game Boy / Color (Mesen-S)" authors = "M. Bibaud (aka Sour)" -supported_extensions = "sfc|smc|fig|swc" +supported_extensions = "sfc|smc|fig|swc|gb|gbc" corename = "Mesen-S" manufacturer = "Nintendo" categories = "Emulator" -systemname = "Super Nintendo Entertainment System" +systemname = "Super Nintendo Entertainment System / Game Boy / Game Boy Color" systemid = "super_nes" -database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks" +database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Game Boy|Nintendo - Game Boy Color" license = "GPLv3" permissions = "" display_version = "git" supports_no_game = "false" # BIOS / Firmware -firmware_count = 14 +firmware_count = 16 firmware0_desc = "dsp1.data.rom" firmware0_path = "dsp1.data.rom" firmware0_opt = "true" @@ -56,3 +56,9 @@ firmware13_desc = "st011.program.rom" firmware13_path = "st011.program.rom" firmware13_opt = "true" +firmware14_desc = "dmg_boot.bin" +firmware14_path = "dmg_boot.bin" +firmware14_opt = "true" +firmware15_desc = "cgb_boot.bin" +firmware15_path = "cgb_boot.bin" +firmware15_opt = "true" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/mesen_libretro.info new/libretro-core-info-1.8.9/mesen_libretro.info --- old/libretro-core-info-1.8.7/mesen_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/mesen_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -16,3 +16,5 @@ firmware0_path = "disksys.rom" firmware0_opt = "true" notes = "(!) disksys.rom (md5): ca30b50f880eb660a320674ed365ef7a|Press Retropad R1 to switch disk side.|HD Packs go in %system%/HdPacks/%game_name%|Custom palette in %system%/MesenPalette.pal" + +description = "Mesen a relatively new but highly accurate NES emulator. With great accuracy comes great resource requirements (relative to other NES emulators, at least), so this core is not a great choice for weak mobile devices or other low-power/embedded platforms. However, it is the best choice for users who seek the most accurate reproduction of the NES hardware. Mesen also supports some fun enhancements, such as HD sprite replacement packs." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/nestopia_libretro.info new/libretro-core-info-1.8.9/nestopia_libretro.info --- old/libretro-core-info-1.8.7/nestopia_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/nestopia_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -19,3 +19,5 @@ firmware1_path = "disksys.rom" firmware1_opt = "true" notes = "Get NstDatabase.xml from https://github.com/0ldsk00l/nestopia|(!) disksys.rom (md5): ca30b50f880eb660a320674ed365ef7a|Press Retropad L1 to switch disk side." + +description = "Nestopia is based on the most up-to-date code from the Nestopia-Undead emulator. This core strikes a good balance between performance and accuracy, with support for a wide variety of games and mappers. However, it needs the NstDatabase.xml to determine which games support the Zapper light gun and various other peripherals, as well as to pick certain mappers, so make sure you have that file in place to avoid unnecessary problems. In general, this core is a good choice for most users on desktop and mobile platforms." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/puae_libretro.info new/libretro-core-info-1.8.9/puae_libretro.info --- old/libretro-core-info-1.8.7/puae_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/puae_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -10,7 +10,7 @@ permissions = "" display_version = "v2.6.1" supports_no_game = "false" -firmware_count = 11 +firmware_count = 6 firmware0_desc = "kick34005.A500 (Amiga 500 BIOS, Kickstart v1.3 Rev. 34.005)" firmware0_path = "kick34005.A500" firmware0_opt = "false" @@ -29,19 +29,4 @@ firmware5_desc = "kick40060.CD32.ext (Amiga CD32 Extended BIOS, CD32 Extended ROM Rev. 40.060)" firmware5_path = "kick40060.CD32.ext" firmware5_opt = "true" -firmware6_desc = "drive_click_LOUD.wav (floppy drive sound)" -firmware6_path = "uae_data/drive_click_LOUD.wav" -firmware6_opt = "true" -firmware7_desc = "drive_snatch_LOUD.wav (floppy drive sound)" -firmware7_path = "uae_data/drive_snatch_LOUD.wav" -firmware7_opt = "true" -firmware8_desc = "drive_spin_LOUD.wav (floppy drive sound)" -firmware8_path = "uae_data/drive_spin_LOUD.wav" -firmware8_opt = "true" -firmware9_desc = "drive_spinnd_LOUD.wav (floppy drive sound)" -firmware9_path = "uae_data/drive_spinnd_LOUD.wav" -firmware9_opt = "true" -firmware10_desc = "drive_startup_LOUD.wav (floppy drive sound)" -firmware10_path = "uae_data/drive_startup_LOUD.wav" -firmware10_opt = "true" notes = "(!) kick34005.A500 (md5): 82a21c1890cae844b3df741f2762d48d|(!) kick37175.A500 (md5): dc10d7bdd1b6f450773dfb558477c230|(!) kick40063.A600 (md5): e40a5dfb3d017ba8779faba30cbd1c8e|(!) kick40068.A1200 (md5): 646773759326fbac3b2311fd8c8793ee|(!) kick40060.CD32 (md5): 5f8924d013dd57a89cf349f4cdedc6b1|(!) kick40060.CD32.ext (md5): bb72565701b1b6faece07d68ea5da639" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/quicknes_libretro.info new/libretro-core-info-1.8.9/quicknes_libretro.info --- old/libretro-core-info-1.8.7/quicknes_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/quicknes_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -11,3 +11,5 @@ permissions = "" display_version = "Git" supports_no_game = "false" + +description = "QuickNES is the fastest NES emulator available via libretro, though this speed comes at the cost of some accuracy. This core should be used only when performance is of the utmost concern and even FCEUmm is too demanding." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/redream_libretro.info new/libretro-core-info-1.8.9/redream_libretro.info --- old/libretro-core-info-1.8.7/redream_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/redream_libretro.info 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -display_name = "Sega - Dreamcast (Redream GPL)" -authors = "inolen" -supported_extensions = "gdi|chd|cdi" -corename = "Redream" -manufacturer = "Sega" -categories = "Emulator" -systemname = "Sega Dreamcast" -systemid = "dreamcast" -database = "Sega - Dreamcast" -license = "GPLv3" -permissions = "" -display_version = "Git" -supports_no_game = "false" -firmware_count = 2 -firmware0_desc = "boot.bin (Dreamcast BIOS)" -firmware0_path = "dc/boot.bin" -firmware0_opt = "false" -firmware1_desc = "flash.bin (Date/Time/Language)" -firmware1_path = "dc/flash.bin" -firmware1_opt = "false" -notes = "(!) boot.bin (md5): e10c53c2f8b90bab96ead2d368858623|(!) flash.bin (md5): 0a93f7940c455905bea6e392dfde92a4" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/retrodream_libretro.info new/libretro-core-info-1.8.9/retrodream_libretro.info --- old/libretro-core-info-1.8.7/retrodream_libretro.info 1970-01-01 01:00:00.000000000 +0100 +++ new/libretro-core-info-1.8.9/retrodream_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -0,0 +1,21 @@ +display_name = "Sega - Dreamcast (RetroDream)" +authors = "Rinnegatamante/Others" +supported_extensions = "gdi|chd|cdi" +corename = "RetroDream" +manufacturer = "Sega" +categories = "Emulator" +systemname = "Sega Dreamcast" +systemid = "dreamcast" +database = "Sega - Dreamcast" +license = "GPLv3" +permissions = "" +display_version = "Git" +supports_no_game = "false" +firmware_count = 2 +firmware0_desc = "boot.bin (Dreamcast BIOS)" +firmware0_path = "dc/boot.bin" +firmware0_opt = "false" +firmware1_desc = "flash.bin (Date/Time/Language)" +firmware1_path = "dc/flash.bin" +firmware1_opt = "false" +notes = "(!) boot.bin (md5): e10c53c2f8b90bab96ead2d368858623|(!) flash.bin (md5): 0a93f7940c455905bea6e392dfde92a4" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/snes9x2002_libretro.info new/libretro-core-info-1.8.9/snes9x2002_libretro.info --- old/libretro-core-info-1.8.7/snes9x2002_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/snes9x2002_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -28,3 +28,5 @@ hw_render = "false" needs_fullpath = "false" disk_control = "false" + +description = "Snes9x 2002 is a fork of the classic and popular SNES emulator Snes9x from circa 2002. This is the fastest of the Snes9x cores, but it also has the lowest accuracy and worst compatibility. Nevertheless, this core works well with most popular games and is a good choice for the weakest mobile and embedded devices, though it should be considered a last resort." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/snes9x2005_libretro.info new/libretro-core-info-1.8.9/snes9x2005_libretro.info --- old/libretro-core-info-1.8.7/snes9x2005_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/snes9x2005_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -27,4 +27,6 @@ database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Sufami Turbo|Nintendo - Satellaview" hw_render = "false" needs_fullpath = "false" -disk_control = "false" \ No newline at end of file +disk_control = "false" + +description = "Snes9x 2005 is a fork of the classic and popular SNES emulator Snes9x from circa 2005. This core is significantly faster than the newer cores, but that speed comes at the price of accuracy, and this core has some bugs in mostly obscure games and lower audio quality. This core is ideal for very weak devices, such as New 3DS and single-board computers. Users who cannot maintain full speed with this core--much less any of the newer Snes9x cores--should fall back to Snes9x 2002 as a last resort." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/snes9x2005_plus_libretro.info new/libretro-core-info-1.8.9/snes9x2005_plus_libretro.info --- old/libretro-core-info-1.8.7/snes9x2005_plus_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/snes9x2005_plus_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -27,4 +27,6 @@ database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Sufami Turbo|Nintendo - Satellaview" hw_render = "false" needs_fullpath = "false" -disk_control = "false" \ No newline at end of file +disk_control = "false" + +description = "Snes9x 2005 Plus is a fork of the classic and popular SNES emulator Snes9x from circa 2005, but with a more accurate sound core backported from later versions. This avoids the biggest problem with the regular Snes9x 2005 core (that is, poor audio quality) at the expense of being somewhat slower. Nevertheless, this core is ideal for very weak devices, such as New 3DS and single-board computers. Users who cannot maintain full speed with this core--much less any of the newer Snes9x cores--should fall back to Snes9x 2002 as a last resort." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/snes9x2010_libretro.info new/libretro-core-info-1.8.9/snes9x2010_libretro.info --- old/libretro-core-info-1.8.7/snes9x2010_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/snes9x2010_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -28,3 +28,5 @@ hw_render = "false" needs_fullpath = "false" disk_control = "false" + +description = "Snes9x 2010 is a fork of the classic and popular SNES emulator Snes9x from circa 2010, with some additional hacks and fixes backported. It was originally created and tuned specifically for maintaining full speed on Playstation 3 hardware, but it can also be useful for any device that is not quite full speed with the up-to-date Snes9x core, such as budget mobile devices. Users who cannot maintain full speed with this core, either, should fall back to Snes9x 2005." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/snes9x_libretro.info new/libretro-core-info-1.8.9/snes9x_libretro.info --- old/libretro-core-info-1.8.7/snes9x_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/snes9x_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -37,4 +37,6 @@ database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Sufami Turbo|Nintendo - Satellaview" hw_render = "false" needs_fullpath = "false" -disk_control = "false" \ No newline at end of file +disk_control = "false" + +description = "Snes9x is a classic and popular SNES emulator that is very fast while still maintaining solid accuracy and high compatibility. It is perfect for use on desktop and laptop PCs of all ages, as well as many reasonably powerful mobile devices. This core is based on the latest up-to-date Snes9x sources and is the one most users should try first, only falling back to the year-marked snapshots if this one can't maintain full speed on their device." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/test_libretro.info new/libretro-core-info-1.8.9/test_libretro.info --- old/libretro-core-info-1.8.7/test_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/test_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/test_netplay_libretro.info new/libretro-core-info-1.8.9/test_netplay_libretro.info --- old/libretro-core-info-1.8.7/test_netplay_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/test_netplay_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -8,3 +8,6 @@ permissions = "" display_version = "1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testaudio_callback_libretro.info new/libretro-core-info-1.8.9/testaudio_callback_libretro.info --- old/libretro-core-info-1.8.7/testaudio_callback_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testaudio_callback_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testaudio_no_callback_libretro.info new/libretro-core-info-1.8.9/testaudio_no_callback_libretro.info --- old/libretro-core-info-1.8.7/testaudio_no_callback_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testaudio_no_callback_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testaudio_playback_wav_libretro.info new/libretro-core-info-1.8.9/testaudio_playback_wav_libretro.info --- old/libretro-core-info-1.8.7/testaudio_playback_wav_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testaudio_playback_wav_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testgl_compute_shaders_libretro.info new/libretro-core-info-1.8.9/testgl_compute_shaders_libretro.info --- old/libretro-core-info-1.8.7/testgl_compute_shaders_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testgl_compute_shaders_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testgl_ff_libretro.info new/libretro-core-info-1.8.9/testgl_ff_libretro.info --- old/libretro-core-info-1.8.7/testgl_ff_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testgl_ff_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testgl_libretro.info new/libretro-core-info-1.8.9/testgl_libretro.info --- old/libretro-core-info-1.8.7/testgl_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testgl_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testinput_buttontest_libretro.info new/libretro-core-info-1.8.9/testinput_buttontest_libretro.info --- old/libretro-core-info-1.8.7/testinput_buttontest_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testinput_buttontest_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testretroluxury_libretro.info new/libretro-core-info-1.8.9/testretroluxury_libretro.info --- old/libretro-core-info-1.8.7/testretroluxury_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testretroluxury_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testsw_libretro.info new/libretro-core-info-1.8.9/testsw_libretro.info --- old/libretro-core-info-1.8.7/testsw_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testsw_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testsw_vram_libretro.info new/libretro-core-info-1.8.9/testsw_vram_libretro.info --- old/libretro-core-info-1.8.7/testsw_vram_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testsw_vram_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testvulkan_async_compute_libretro.info new/libretro-core-info-1.8.9/testvulkan_async_compute_libretro.info --- old/libretro-core-info-1.8.7/testvulkan_async_compute_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testvulkan_async_compute_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/testvulkan_libretro.info new/libretro-core-info-1.8.9/testvulkan_libretro.info --- old/libretro-core-info-1.8.7/testvulkan_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/testvulkan_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -6,3 +6,6 @@ permissions = "" display_version = "v1" supports_no_game = "true" +is_experimental = "true" + +description = "This is a test core that is only useful to developers. It is intended as a reference for core authors and a functionality check for frontend authors." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/vice_x128_libretro.info new/libretro-core-info-1.8.9/vice_x128_libretro.info --- old/libretro-core-info-1.8.7/vice_x128_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/vice_x128_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,6 +1,6 @@ display_name = "Commodore - C128 (VICE x128)" authors = "VICE Core Team Members" -supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib" +supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz" corename = "VICE" manufacturer = "Commodore" categories = "Emulator" @@ -11,3 +11,20 @@ permissions = "" display_version = "v3.3" supports_no_game = "false" +firmware_count = 5 +firmware0_desc = "vice/JiffyDOS_C128.bin (JiffyDOS C128 Kernal)" +firmware0_path = "vice/JiffyDOS_C128.bin" +firmware0_opt = "true" +firmware1_desc = "vice/JiffyDOS_C64.bin (JiffyDOS C64 Kernal)" +firmware1_path = "vice/JiffyDOS_C64.bin" +firmware1_opt = "true" +firmware2_desc = "vice/JiffyDOS_1541-II.bin (JiffyDOS 1541 drive BIOS)" +firmware2_path = "vice/JiffyDOS_1541-II.bin" +firmware2_opt = "true" +firmware3_desc = "vice/JiffyDOS_1571_repl310654.bin (JiffyDOS 1571 drive BIOS)" +firmware3_path = "vice/JiffyDOS_1571_repl310654.bin" +firmware3_opt = "true" +firmware4_desc = "vice/JiffyDOS_1581.bin (JiffyDOS 1581 drive BIOS)" +firmware4_path = "vice/JiffyDOS_1581.bin" +firmware4_opt = "true" +notes = "(!) JiffyDOS_C128.bin (md5): cbbd1bbcb5e4fd8046b6030ab71fc021|(!) JiffyDOS_C64.bin (md5): be09394f0576cf81fa8bacf634daf9a2|(!) JiffyDOS_1541-II.bin (md5): 1b1e985ea5325a1f46eb7fd9681707bf|(!) JiffyDOS_1571_repl310654.bin (md5): 41c6cc528e9515ffd0ed9b180f8467c0|(!) JiffyDOS_1581.bin (md5): 20b6885c6dc2d42c38754a365b043d71" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/vice_x64_libretro.info new/libretro-core-info-1.8.9/vice_x64_libretro.info --- old/libretro-core-info-1.8.7/vice_x64_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/vice_x64_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,6 +1,6 @@ display_name = "Commodore - C64 (VICE x64, fast)" authors = "VICE Core Team Members" -supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib" +supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz" corename = "VICE" manufacturer = "Commodore" categories = "Emulator" @@ -11,14 +11,17 @@ permissions = "" display_version = "v3.3" supports_no_game = "false" -firmware_count = 3 -firmware0_desc = "vice/JiffyDOS_C64.bin (JiffyDOS Kernal)" +firmware_count = 4 +firmware0_desc = "vice/JiffyDOS_C64.bin (JiffyDOS C64 Kernal)" firmware0_path = "vice/JiffyDOS_C64.bin" firmware0_opt = "true" -firmware1_desc = "vice/JiffyDOS_1541-II.bin (JiffyDOS 1541 Floppy BIOS)" +firmware1_desc = "vice/JiffyDOS_1541-II.bin (JiffyDOS 1541 drive BIOS)" firmware1_path = "vice/JiffyDOS_1541-II.bin" firmware1_opt = "true" -firmware2_desc = "vice/JiffyDOS_1581.bin (JiffyDOS 1581 Floppy BIOS)" -firmware2_path = "vice/JiffyDOS_1581.bin" +firmware2_desc = "vice/JiffyDOS_1571_repl310654.bin (JiffyDOS 1571 drive BIOS)" +firmware2_path = "vice/JiffyDOS_1571_repl310654.bin" firmware2_opt = "true" -notes = "(!) JiffyDOS_C64.bin (md5): be09394f0576cf81fa8bacf634daf9a2|(!) JiffyDOS_1541-II.bin (md5): 1b1e985ea5325a1f46eb7fd9681707bf|(!) JiffyDOS_1581.bin (md5): 20b6885c6dc2d42c38754a365b043d71" +firmware3_desc = "vice/JiffyDOS_1581.bin (JiffyDOS 1581 drive BIOS)" +firmware3_path = "vice/JiffyDOS_1581.bin" +firmware3_opt = "true" +notes = "(!) JiffyDOS_C64.bin (md5): be09394f0576cf81fa8bacf634daf9a2|(!) JiffyDOS_1541-II.bin (md5): 1b1e985ea5325a1f46eb7fd9681707bf|(!) JiffyDOS_1571_repl310654.bin (md5): 41c6cc528e9515ffd0ed9b180f8467c0|(!) JiffyDOS_1581.bin (md5): 20b6885c6dc2d42c38754a365b043d71" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/vice_x64sc_libretro.info new/libretro-core-info-1.8.9/vice_x64sc_libretro.info --- old/libretro-core-info-1.8.7/vice_x64sc_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/vice_x64sc_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,6 +1,6 @@ display_name = "Commodore - C64 (VICE x64sc, accurate)" authors = "VICE Core Team Members" -supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib" +supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz" corename = "VICE" manufacturer = "Commodore" categories = "Emulator" @@ -11,14 +11,17 @@ permissions = "" display_version = "v3.3" supports_no_game = "false" -firmware_count = 3 -firmware0_desc = "vice/JiffyDOS_C64.bin (JiffyDOS Kernal)" +firmware_count = 4 +firmware0_desc = "vice/JiffyDOS_C64.bin (JiffyDOS C64 Kernal)" firmware0_path = "vice/JiffyDOS_C64.bin" firmware0_opt = "true" -firmware1_desc = "vice/JiffyDOS_1541-II.bin (JiffyDOS 1541 Floppy BIOS)" +firmware1_desc = "vice/JiffyDOS_1541-II.bin (JiffyDOS 1541 drive BIOS)" firmware1_path = "vice/JiffyDOS_1541-II.bin" firmware1_opt = "true" -firmware2_desc = "vice/JiffyDOS_1581.bin (JiffyDOS 1581 Floppy BIOS)" -firmware2_path = "vice/JiffyDOS_1581.bin" +firmware2_desc = "vice/JiffyDOS_1571_repl310654.bin (JiffyDOS 1571 drive BIOS)" +firmware2_path = "vice/JiffyDOS_1571_repl310654.bin" firmware2_opt = "true" -notes = "(!) JiffyDOS_C64.bin (md5): be09394f0576cf81fa8bacf634daf9a2|(!) JiffyDOS_1541-II.bin (md5): 1b1e985ea5325a1f46eb7fd9681707bf|(!) JiffyDOS_1581.bin (md5): 20b6885c6dc2d42c38754a365b043d71" +firmware3_desc = "vice/JiffyDOS_1581.bin (JiffyDOS 1581 drive BIOS)" +firmware3_path = "vice/JiffyDOS_1581.bin" +firmware3_opt = "true" +notes = "(!) JiffyDOS_C64.bin (md5): be09394f0576cf81fa8bacf634daf9a2|(!) JiffyDOS_1541-II.bin (md5): 1b1e985ea5325a1f46eb7fd9681707bf|(!) JiffyDOS_1571_repl310654.bin (md5): 41c6cc528e9515ffd0ed9b180f8467c0|(!) JiffyDOS_1581.bin (md5): 20b6885c6dc2d42c38754a365b043d71" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/vice_xcbm2_libretro.info new/libretro-core-info-1.8.9/vice_xcbm2_libretro.info --- old/libretro-core-info-1.8.7/vice_xcbm2_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/vice_xcbm2_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,12 +1,12 @@ display_name = "Commodore - CBM-II (VICE xcbm2)" authors = "VICE Core Team Members" -supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib" +supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz" corename = "VICE" manufacturer = "Commodore" categories = "Emulator" -systemname = "CBM2" +systemname = "CBM-II" systemid = "commodore_cbm2" -database = "Commodore - CBM2" +database = "Commodore - CBM-II" license = "GPLv2" permissions = "" display_version = "v3.3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/vice_xcbm5x0_libretro.info new/libretro-core-info-1.8.9/vice_xcbm5x0_libretro.info --- old/libretro-core-info-1.8.7/vice_xcbm5x0_libretro.info 1970-01-01 01:00:00.000000000 +0100 +++ new/libretro-core-info-1.8.9/vice_xcbm5x0_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -0,0 +1,13 @@ +display_name = "Commodore - CBM-5x0 (VICE xcbm5x0)" +authors = "VICE Core Team Members" +supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz" +corename = "VICE" +manufacturer = "Commodore" +categories = "Emulator" +systemname = "CBM-5x0" +systemid = "commodore_cbm5x0" +database = "Commodore - CBM-5x0" +license = "GPLv2" +permissions = "" +display_version = "v3.3" +supports_no_game = "false" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/vice_xpet_libretro.info new/libretro-core-info-1.8.9/vice_xpet_libretro.info --- old/libretro-core-info-1.8.7/vice_xpet_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/vice_xpet_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,6 +1,6 @@ display_name = "Commodore - PET (VICE xpet)" authors = "VICE Core Team Members" -supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib" +supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz" corename = "VICE" manufacturer = "Commodore" categories = "Emulator" @@ -11,26 +11,3 @@ permissions = "" display_version = "v3.3" supports_no_game = "false" -firmware_count = 7 -firmware0_desc = "chargen (PET BIOS)" -firmware0_path = "vice/PET/chargen" -firmware0_opt = "false" -firmware1_desc = "edit1g (PET BIOS)" -firmware1_path = "vice/PET/edit1g" -firmware1_opt = "false" -firmware2_desc = "edit2b (PET BIOS)" -firmware2_path = "vice/PET/edit2b" -firmware2_opt = "false" -firmware3_desc = "edit2g (PET BIOS)" -firmware3_path = "vice/PET/edit2g" -firmware3_opt = "false" -firmware4_desc = "edit4b40 (PET BIOS)" -firmware4_path = "vice/PET/edit4b40" -firmware4_opt = "false" -firmware5_desc = "edit4b80 (PET BIOS)" -firmware5_path = "vice/PET/edit4b80" -firmware5_opt = "false" -firmware6_desc = "edit4g40 (PET BIOS)" -firmware6_path = "vice/PET/edit4g40" -firmware6_opt = "false" -notes = "(i) Place BIOS files in system/vice/PET folder." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/vice_xplus4_libretro.info new/libretro-core-info-1.8.9/vice_xplus4_libretro.info --- old/libretro-core-info-1.8.7/vice_xplus4_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/vice_xplus4_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,12 +1,12 @@ -display_name = "Commodore - PLUS4 (VICE xplus4)" +display_name = "Commodore - PLUS/4 (VICE xplus4)" authors = "VICE Core Team Members" -supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib" +supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz" corename = "VICE" manufacturer = "Commodore" categories = "Emulator" -systemname = "PLUS4" +systemname = "PLUS/4" systemid = "commodore_plus_4" -database = "Commodore - PLUS4" +database = "Commodore - PLUS-4" license = "GPLv2" permissions = "" display_version = "v3.3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/vice_xscpu64_libretro.info new/libretro-core-info-1.8.9/vice_xscpu64_libretro.info --- old/libretro-core-info-1.8.7/vice_xscpu64_libretro.info 1970-01-01 01:00:00.000000000 +0100 +++ new/libretro-core-info-1.8.9/vice_xscpu64_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -0,0 +1,27 @@ +display_name = "Commodore - C64 SuperCPU (VICE xscpu64)" +authors = "VICE Core Team Members" +supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz" +corename = "VICE" +manufacturer = "Commodore" +categories = "Emulator" +systemname = "C64 SuperCPU" +systemid = "commodore_64_supercpu" +database = "Commodore - C64 SuperCPU" +license = "GPLv2" +permissions = "" +display_version = "v3.3" +supports_no_game = "false" +firmware_count = 4 +firmware0_desc = "vice/JiffyDOS_C64.bin (JiffyDOS C64 Kernal)" +firmware0_path = "vice/JiffyDOS_C64.bin" +firmware0_opt = "true" +firmware1_desc = "vice/JiffyDOS_1541-II.bin (JiffyDOS 1541 drive BIOS)" +firmware1_path = "vice/JiffyDOS_1541-II.bin" +firmware1_opt = "true" +firmware2_desc = "vice/JiffyDOS_1571_repl310654.bin (JiffyDOS 1571 drive BIOS)" +firmware2_path = "vice/JiffyDOS_1571_repl310654.bin" +firmware2_opt = "true" +firmware3_desc = "vice/JiffyDOS_1581.bin (JiffyDOS 1581 drive BIOS)" +firmware3_path = "vice/JiffyDOS_1581.bin" +firmware3_opt = "true" +notes = "(!) JiffyDOS_C64.bin (md5): be09394f0576cf81fa8bacf634daf9a2|(!) JiffyDOS_1541-II.bin (md5): 1b1e985ea5325a1f46eb7fd9681707bf|(!) JiffyDOS_1571_repl310654.bin (md5): 41c6cc528e9515ffd0ed9b180f8467c0|(!) JiffyDOS_1581.bin (md5): 20b6885c6dc2d42c38754a365b043d71" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/vice_xvic_libretro.info new/libretro-core-info-1.8.9/vice_xvic_libretro.info --- old/libretro-core-info-1.8.7/vice_xvic_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/vice_xvic_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,12 +1,12 @@ -display_name = "Commodore - VIC20 (VICE xvic)" +display_name = "Commodore - VIC-20 (VICE xvic)" authors = "VICE Core Team Members" -supported_extensions = "20|40|60|a0|b0|d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib" +supported_extensions = "20|40|60|a0|b0|d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz" corename = "VICE" manufacturer = "Commodore" categories = "Emulator" -systemname = "VIC20" +systemname = "VIC-20" systemid = "commodore_vic_20" -database = "Commodore - VIC20" +database = "Commodore - VIC-20" license = "GPLv2" permissions = "" display_version = "v3.3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libretro-core-info-1.8.7/vitavoyager_libretro.info new/libretro-core-info-1.8.9/vitavoyager_libretro.info --- old/libretro-core-info-1.8.7/vitavoyager_libretro.info 2020-05-18 16:35:49.000000000 +0200 +++ new/libretro-core-info-1.8.9/vitavoyager_libretro.info 2020-06-22 16:11:19.000000000 +0200 @@ -1,6 +1,6 @@ display_name = "Star Trek: Voyager - Elite Force (vitaVoyager)" authors = "Rinnegatamante" -supported_extensions = "pak" +supported_extensions = "pk3" corename = "vitaVoyager" manufacturer = "Id Software" categories = "Game"