From 7ff598378cba1606fa3b9f38a9dc052a7cca8a0c Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Sun, 19 May 2024 15:28:24 -0700 Subject: [PATCH] Create stella2023_libretro.info --- dist/info/stella2023_libretro.info | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dist/info/stella2023_libretro.info diff --git a/dist/info/stella2023_libretro.info b/dist/info/stella2023_libretro.info new file mode 100644 index 000000000..abf54de57 --- /dev/null +++ b/dist/info/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."