mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
* PKG: libretro-uae4all: bump ver. to 888d340 commit - use FAME for output build * PKG: libretro-core-info: update uae4all_lr info
59 lines
1.8 KiB
Diff
59 lines
1.8 KiB
Diff
From 788360db4aed747aa71f6663b9e09c90bb6ff698 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 1/2] 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..9bf1c89
|
|
--- /dev/null
|
|
+++ b/uae4all_libretro.info
|
|
@@ -0,0 +1,39 @@
|
|
+# Software Information
|
|
+display_name = "Commodore - Amiga 500(UAE4ALL)"
|
|
+categories = "Emulator"
|
|
+authors = "Chips-fr"
|
|
+corename = "UAE4ALL"
|
|
+supported_extensions = "adf|adz|zip"
|
|
+license = "GPLv2"
|
|
+permissions = ""
|
|
+display_version = "v0.7"
|
|
+
|
|
+# Hardware Information
|
|
+manufacturer = "Commodore"
|
|
+systemname = "Amiga"
|
|
+systemid = "commodore_amiga"
|
|
+
|
|
+# Libretro Features
|
|
+database = "Commodore - Amiga"
|
|
+supports_no_game = "false"
|
|
+libretro_saves = "false"
|
|
+savestate = "false"
|
|
+savestate_features = "serialized"
|
|
+cheats = "false"
|
|
+input_descriptors = "true"
|
|
+memory_descriptors = "false"
|
|
+core_options = "true"
|
|
+load_subsystem = "false"
|
|
+hw_render = "false"
|
|
+needs_fullpath = "true"
|
|
+disk_control = "true"
|
|
+is_experimental = "false"
|
|
+
|
|
+# Firmware
|
|
+firmware_count = 1
|
|
+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 = "An old fork of the uae4all Amiga emulator, ported 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 intended only for use on low-powered hardware and is in the development stage"
|
|
--
|
|
2.45.2.windows.1
|
|
|