mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
* PACKAGE: add `libretro-uae4all` pkg * PACKAGE-libretro-core-info: add uae4all info * DEFCONFIG: add `libretro-uae4all` to shared builds * BOARD: create gmenu2x's `uae4all.ra` shortcut
59 lines
1.9 KiB
Diff
59 lines
1.9 KiB
Diff
From b89626a3b18f680d262f7c24ccea8c310b06fd16 Mon Sep 17 00:00:00 2001
|
|
From: Apaczer <94932128+Apaczer@users.noreply.github.com>
|
|
Date: Mon, 27 Jan 2025 21:11:12 +0100
|
|
Subject: [PATCH] Create uae4all_libretro.info
|
|
|
|
---
|
|
uae4all_libretro.info | 39 +++++++++++++++++++++++++++++++++++++++
|
|
1 file changed, 39 insertions(+)
|
|
create mode 100644 uae4all_libretro.info
|
|
|
|
diff --git a/uae4all_libretro.info b/uae4all_libretro.info
|
|
new file mode 100644
|
|
index 0000000..d323e99
|
|
--- /dev/null
|
|
+++ b/uae4all_libretro.info
|
|
@@ -0,0 +1,39 @@
|
|
+# Software Information
|
|
+display_name = "Commodore - Amiga 500(UAE4ALL)"
|
|
+categories = "Emulator"
|
|
+authors = "UAE Team"
|
|
+corename = "UAE4ALL"
|
|
+supported_extensions = "adf|adz|dms|fdi|ipf|hdf|hdz|lha|slave|info|cue|ccd|nrg|mds|iso|chd|uae|m3u|zip|7z|rp9"
|
|
+license = "GPLv2"
|
|
+permissions = ""
|
|
+display_version = "git"
|
|
+
|
|
+# Hardware Information
|
|
+manufacturer = "Commodore"
|
|
+systemname = "Amiga"
|
|
+systemid = "commodore_amiga"
|
|
+
|
|
+# Libretro Features
|
|
+database = "Commodore - Amiga"
|
|
+supports_no_game = "true"
|
|
+savestate = "true"
|
|
+savestate_features = "serialized"
|
|
+cheats = "false"
|
|
+input_descriptors = "true"
|
|
+memory_descriptors = "false"
|
|
+libretro_saves = "false"
|
|
+core_options = "true"
|
|
+load_subsystem = "false"
|
|
+hw_render = "false"
|
|
+needs_fullpath = "true"
|
|
+disk_control = "true"
|
|
+is_experimental = "false"
|
|
+
|
|
+# Firmware
|
|
+firmware_count = 6
|
|
+firmware0_desc = "kick34005.A500 (Amiga 500 BIOS, Kickstart v1.3 Rev. 34.005)"
|
|
+firmware0_path = "kick34005.A500"
|
|
+firmware0_opt = "false"
|
|
+notes = "(!) kick34005.A500 (md5): 82a21c1890cae844b3df741f2762d48d"
|
|
+
|
|
+description = "A port of the UAE4ALL Amiga emulator, which is itself a continuation of the E-UAE emulator, to libretro. It emulates most Commodore Amiga 500 hardware with OSC 1MB Chip. The core has no built-in Kickstart, so you need to provide one. This core is in the development stage (experimental)."
|
|
--
|
|
2.45.2.windows.1
|
|
|