mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-19 23:32:36 -05:00
feat: update 47 emulator profiles with core_classification and fixes
add core_classification, cores, upstream fields. fix false aliases (fixnes, fsuae, gearboy, higan_sfc, higan_sfc_balanced, potator, quicknes). add new profiles (fbneo_neogeo, flycast_gles2, genesis_plus_gx_wide). remove verbose notes and disclaimers.
This commit is contained in:
+13
-1
@@ -1,10 +1,14 @@
|
||||
emulator: Hatari
|
||||
type: libretro
|
||||
core_classification: community_fork
|
||||
source: "https://github.com/libretro/hatari"
|
||||
upstream: "https://github.com/hatari/hatari"
|
||||
logo: "https://raw.githubusercontent.com/hatari/hatari/main/share/icons/hicolor/scalable/apps/hatari.svg"
|
||||
profiled_date: "2026-03-18"
|
||||
profiled_date: "2026-03-21"
|
||||
core_version: "1.8"
|
||||
display_name: "Atari - ST/STE/TT/Falcon (Hatari)"
|
||||
cores:
|
||||
- hatari
|
||||
systems: [atari-st, atari-ste, atari-tt, atari-falcon]
|
||||
|
||||
# Hatari requires a TOS ROM image to boot. The default filename is tos.img,
|
||||
@@ -53,6 +57,14 @@ files:
|
||||
Mutually exclusive with GEMDOS hard disk emulation and extended VDI.
|
||||
source_ref: "src/cart.c:53-88"
|
||||
|
||||
- name: "BOOT.ST"
|
||||
path: "hatari/BOOT.ST"
|
||||
required: false
|
||||
note: >
|
||||
Floppy image used for GEMDOS HD bootstrapping with .gem files.
|
||||
Libretro port addition (not in upstream Hatari).
|
||||
source_ref: "libretro/libretro.c:1649"
|
||||
|
||||
# Supported TOS versions (from patch table in tos.c):
|
||||
# 0x100 - TOS 1.00 (ST, 68000 only, no VDI extensions)
|
||||
# 0x102 - TOS 1.02 (ST, most common for gaming)
|
||||
|
||||
Reference in New Issue
Block a user