diff --git a/DoubleCherryGB_libretro.info b/DoubleCherryGB_libretro.info index 767e451..1e1c6f2 100644 --- a/DoubleCherryGB_libretro.info +++ b/DoubleCherryGB_libretro.info @@ -5,7 +5,7 @@ supported_extensions = "cgb|dmg|gb|gbc|sgb" corename = "DoubleCherryGB" license = "GPLv2" permissions = "" -display_version = "v0.1.0" +display_version = "v0.17.0" categories = "Emulator" # Hardware Information @@ -29,10 +29,8 @@ needs_fullpath = "false" disk_control = "false" is_experimental = "false" -description = "A fork of the TGB Dual Game Boy core with added DMG07(4-Player-Adapter) emulation. +description = "A fork of the TGB Dual Game Boy core with up to 16 players multiplayer and link over network support for Pokemon Trading. While this core is a decent, usable emulator, it is most notable for being able to emulate to Game Boys connected via Link Cable, which is useful for things like trading Pokemon, etc. -DoubleCherryGB added the emulation of the GAMEBOY 4 PLAYER ADATPTER (DMG-07) and 4Player Link Hacks like the Tetris 4Player Hack. - -For now it's the 4 Player features are not ready for netplay. +DoubleCherryGB added the emulation of the GAMEBOY 4 PLAYER ADATPTER (DMG-07) and up 16 Player Link Hacks like the Tetris 4Player Hack and the FACEBALL 2000 16 player "RING LINK CABLE". Thanks to the core's modest hardware requirements, it should run well even on low-powered hardware, though users with more powerful hardware may be better served by the SameBoy core, which can also do the same Link Cable functionality but with improved accuracy and compatibility." diff --git a/chailove_libretro.info b/chailove_libretro.info index 68ebccb..eb4bcf2 100644 --- a/chailove_libretro.info +++ b/chailove_libretro.info @@ -6,7 +6,7 @@ corename = "ChaiLove" categories = "Game engine" license = "MIT" permissions = "" -display_version = "1.2.1" +display_version = "1.3.0" # Hardware Information manufacturer = "N/A" @@ -30,4 +30,4 @@ needs_fullpath = "true" disk_control = "false" is_experimental = "false" -description = "A free, open-source framework used to make 2D games in ChaiScript, ported to libretro. The ChaiLove API is roughly inspired by the LOVE API, and a number of simple 2D games are already available for it." +description = "A free, open-source framework used to make 2D games in ChaiScript and libretro. The ChaiLove API is roughly inspired by the LOVE API, and a number of simple 2D games are already available for it." diff --git a/ep128emu_core_libretro.info b/ep128emu_core_libretro.info index 3839c11..adb0a91 100644 --- a/ep128emu_core_libretro.info +++ b/ep128emu_core_libretro.info @@ -154,7 +154,7 @@ supports_no_game = "true" # Does the core have a single purpose? Does it represent one game or application, requiring predetermined support files or no external data? Used to indicate to a frontend that the core may be presented/handled independently from 'regular' cores that run a variety of content. single_purpose = "false" # Name of the database that the core supports (optional): -database = "Amstrad - CPC|Sinclair - ZX Spectrum" +database = "Enterprise - 128|Amstrad - CPC|Sinclair - ZX Spectrum" # Does the core support/require support for libretro-gl or other hardware-acceleration in the frontend? hw_render = "false" # Which hardware-rendering APIs does the core support? Delimited by pipe characters. diff --git a/fake08_libretro.info b/fake08_libretro.info index 2956095..4e47454 100644 --- a/fake08_libretro.info +++ b/fake08_libretro.info @@ -1,5 +1,5 @@ # Software Information -display_name = "Pico-8 (FAKE-08)" +display_name = "PICO-8 (FAKE-08)" authors = "jtothebell" supported_extensions = "p8|png" corename = "FAKE-08" @@ -10,10 +10,11 @@ display_version = "v0.0.2.19" # Hardware Information manufacturer = "Lexaloffle" -systemname = "Pico-8" +systemname = "PICO-8" systemid = "pico8" # Libretro Features +database = "PICO-8" supports_no_game = "true" savestate = "true" savestate_features = "serialized" diff --git a/retro8_libretro.info b/retro8_libretro.info index 3c593d7..87cc2d7 100644 --- a/retro8_libretro.info +++ b/retro8_libretro.info @@ -10,12 +10,12 @@ categories = "Emulator" # Hardware Information manufacturer = "Lexaloffle" -systemname = "PICO8" +systemname = "PICO-8" systemid = "pico8" # Libretro Features +database = "PICO-8" supports_no_game = "false" -database = "PICO8" savestate = "false" description = "A port of the Retro8 open-source reimplementation of the PICO-8 fantasy console to libretro. This core can load both p8 'cart' files and embedded png images, and much of the PICO-8 API is working with good performance, including basic sound and music, though it is still missing some obscure Lua extension quirks and fixed arithmetic support." diff --git a/stella2023_libretro.info b/stella2023_libretro.info new file mode 100644 index 0000000..abf54de --- /dev/null +++ b/stella2023_libretro.info @@ -0,0 +1,30 @@ +display_name = "Atari - 2600 (Stella 2023)" +authors = "Stephen Anthony|Bradford Mott|Eckhard Stolberg|Brian Watson" +supported_extensions = "a26|bin" +corename = "Stella 2023" +license = "GPLv2" +permissions = "" +display_version = "6.6" +categories = "Emulator" + +# Hardware Information +manufacturer = "Atari" +systemname = "Atari 2600" +systemid = "atari_2600" + +# Libretro Features +database = "Atari - 2600" +supports_no_game = "false" +savestate = "true" +savestate_features = "deterministic" +cheats = "false" +input_descriptors = "true" +memory_descriptors = "true" +libretro_saves = "false" +core_options = "false" +load_subsystem = "false" +hw_render = "false" +needs_fullpath = "false" +disk_control = "false" + +description = "A port of Stella, the multi-platform Atari 2600 VCS emulator, to libretro. This core has high accuracy and wide compatibility with the Atari 2600 library, making it an excellent first choice for users wanting to play these games."