mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
feat: add vsmile, tutor, vg5k, vgmplay profiles and system aliases
This commit is contained in:
@@ -7,7 +7,7 @@ profiled_date: "2026-03-23"
|
|||||||
core_version: "3.1.0"
|
core_version: "3.1.0"
|
||||||
display_name: "Atari - 400/800/600XL/800XL/130XE/5200 (Atari800)"
|
display_name: "Atari - 400/800/600XL/800XL/130XE/5200 (Atari800)"
|
||||||
cores: [atari800]
|
cores: [atari800]
|
||||||
systems: [atari-400-800, atari-5200]
|
systems: [atari-400-800, atari-5200, xegs]
|
||||||
|
|
||||||
# Atari800 emulates the Atari 8-bit family (400/800/XL/XE) and the 5200 console.
|
# Atari800 emulates the Atari 8-bit family (400/800/XL/XE) and the 5200 console.
|
||||||
# All BIOS files are optional -- the core ships built-in Altirra OS replacements
|
# All BIOS files are optional -- the core ships built-in Altirra OS replacements
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ core_classification: community_fork
|
|||||||
display_name: "Enterprise - 64/128 (ep128emu)"
|
display_name: "Enterprise - 64/128 (ep128emu)"
|
||||||
source: https://github.com/libretro/ep128emu-core
|
source: https://github.com/libretro/ep128emu-core
|
||||||
upstream: https://github.com/istvan-v/ep128emu
|
upstream: https://github.com/istvan-v/ep128emu
|
||||||
profiled_date: "2026-03-23"
|
profiled_date: "2026-03-30"
|
||||||
core_version: "1.2.10"
|
core_version: "1.2.10"
|
||||||
|
|
||||||
cores:
|
cores:
|
||||||
|
|||||||
@@ -61,18 +61,22 @@ systems:
|
|||||||
- fm7
|
- fm7
|
||||||
- laser310
|
- laser310
|
||||||
- vtech-socrates
|
- vtech-socrates
|
||||||
|
- vtech-vsmile
|
||||||
- casio-loopy
|
- casio-loopy
|
||||||
- casio-pv1000
|
- casio-pv1000
|
||||||
- casio-pv2000
|
- casio-pv2000
|
||||||
- pegasus
|
- pegasus
|
||||||
- pcw
|
- pcw
|
||||||
- interton-vc4000
|
- interton-vc4000
|
||||||
|
- philips-vg5k
|
||||||
- ti99
|
- ti99
|
||||||
|
- tutor
|
||||||
- trs80
|
- trs80
|
||||||
|
- vgmplay
|
||||||
|
|
||||||
notes: |
|
notes: |
|
||||||
Rolling release tracking mamedev/mame upstream (currently 0.286).
|
Rolling release tracking mamedev/mame upstream (currently 0.286).
|
||||||
80 BIOS root sets + 24 system ROM sets (apple2gs, astrocade, adam, advision, apfm1000, beena, camplynx, casloopy, crvision, fm7, gamate, gamecom, gamepock, gmaster, gp32, laser310, pcw, pegasus, pv2000, rx78, segaai, socrates, ti99_4a, trs80). romload.cpp
|
80 BIOS root sets + 27 system ROM sets + 3 device ROMs (apple2gs, astrocade, adam, advision, apfm1000, beena, camplynx, casloopy, crvision, fm7, gamate, gamecom, gamepock, gmaster, gp32, laser310, pcw, pegasus, pv2000, rx78, segaai, socrates, ti99_4a, trs80, tutor, vg5k, vsmile). romload.cpp
|
||||||
unmodified. No hiscore support.
|
unmodified. No hiscore support.
|
||||||
Paths under system_dir/mame/ (artwork, cheat, hash, ini, plugins,
|
Paths under system_dir/mame/ (artwork, cheat, hash, ini, plugins,
|
||||||
samples, crosshair). ROM search: content_dir + system_dir/mame/bios +
|
samples, crosshair). ROM search: content_dir + system_dir/mame/bios +
|
||||||
@@ -92,6 +96,22 @@ notes: |
|
|||||||
RS232, HFDC, P-Code, EVPC, etc.) — all PEB devices require user
|
RS232, HFDC, P-Code, EVPC, etc.) — all PEB devices require user
|
||||||
configuration, none loaded by default.
|
configuration, none loaded by default.
|
||||||
|
|
||||||
|
VGMPlay: virtual driver (src/mame/virtual/vgmplay.cpp) for playing VGM
|
||||||
|
music files. Standalone MAME only — not included in libretro/mame build.
|
||||||
|
Uses MAME sound chip devices (QSound, YM2413/OPLL, YM2608/OPNA, etc.).
|
||||||
|
|
||||||
|
V.Smile: 2 machines in vsmile.cpp — vsmile parent (V.Smile 2005),
|
||||||
|
vsmilem clone (V.Smile Motion 2008). SunPlus SPG24x CPU, 3 BIOS
|
||||||
|
alternatives (v100, v102, v103). Clone vsmilem has 2 alternate
|
||||||
|
BIOSes. Software lists "vsmile_cart", "vsmilem_cart". vsmileb.cpp
|
||||||
|
is V.Smile Baby (separate parent, MACHINE_NOT_WORKING).
|
||||||
|
vsmilepro.cpp is V.Smile Pro (skeleton, MACHINE_NOT_WORKING).
|
||||||
|
|
||||||
|
Device ROMs: sound chip ROM data loaded by MAME device emulation.
|
||||||
|
qsound.zip (QSound DSP program), ym2413.zip (OPLL instrument table),
|
||||||
|
ym2608.zip (OPNA ADPCM rhythm samples). Shared across all drivers
|
||||||
|
using these chips, not specific to vgmplay.
|
||||||
|
|
||||||
files:
|
files:
|
||||||
# SNK Neo Geo MVS/AES
|
# SNK Neo Geo MVS/AES
|
||||||
- name: neogeo.zip
|
- name: neogeo.zip
|
||||||
@@ -1027,6 +1047,28 @@ files:
|
|||||||
size: 16384
|
size: 16384
|
||||||
crc32: 972384aa
|
crc32: 972384aa
|
||||||
|
|
||||||
|
# VTech V.Smile Console
|
||||||
|
- name: vsmile.zip
|
||||||
|
required: true
|
||||||
|
category: bios_zip
|
||||||
|
system: vtech-vsmile
|
||||||
|
source_ref: "src/mame/vtech/vsmile.cpp:374-404"
|
||||||
|
note: "MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS. Clone: vsmilem (V.Smile Motion)."
|
||||||
|
validation: [crc32]
|
||||||
|
contents:
|
||||||
|
- name: vsmile_v103.bin
|
||||||
|
description: "System ROM v1.03 (default, also used on V.Smile Pocket)"
|
||||||
|
size: 2097152
|
||||||
|
crc32: 387fbc24
|
||||||
|
- name: vsmile_v102.bin
|
||||||
|
description: "System ROM v1.02 (found in fat model systems)"
|
||||||
|
size: 2097152
|
||||||
|
crc32: 0cd0bdf5
|
||||||
|
- name: vsmile_v100.bin
|
||||||
|
description: "System ROM v1.00"
|
||||||
|
size: 2097152
|
||||||
|
crc32: "205c5296"
|
||||||
|
|
||||||
# Bit Corporation Gamate
|
# Bit Corporation Gamate
|
||||||
- name: gamate.zip
|
- name: gamate.zip
|
||||||
required: true
|
required: true
|
||||||
@@ -1571,3 +1613,92 @@ files:
|
|||||||
size: 16384
|
size: 16384
|
||||||
crc32: 65d00401
|
crc32: 65d00401
|
||||||
|
|
||||||
|
# Tomy Tutor
|
||||||
|
- name: tutor.zip
|
||||||
|
required: true
|
||||||
|
category: bios_zip
|
||||||
|
system: tutor
|
||||||
|
source_ref: "src/mame/tomy/tutor.cpp:800-803"
|
||||||
|
note: >-
|
||||||
|
Tomy Tutor home computer (1983). TMS9995 CPU @10.7MHz, TMS9928A VDP,
|
||||||
|
SN76489AN sound. 3 machines: tutor (parent, US/UK), pyuuta (clone,
|
||||||
|
Japan 1982), pyuutajr (separate parent, handheld 1983). Software list
|
||||||
|
"tutor".
|
||||||
|
contents:
|
||||||
|
- name: tutor1.bin
|
||||||
|
description: "System ROM"
|
||||||
|
size: 32768
|
||||||
|
crc32: 702c38ba
|
||||||
|
- name: tutor2.bin
|
||||||
|
description: "BASIC ROM"
|
||||||
|
size: 16384
|
||||||
|
crc32: 05f228f5
|
||||||
|
|
||||||
|
# Philips VG-5000
|
||||||
|
- name: vg5k.zip
|
||||||
|
required: true
|
||||||
|
category: bios_zip
|
||||||
|
system: philips-vg5k
|
||||||
|
source_ref: "src/mame/philips/vg5k.cpp:463-472"
|
||||||
|
note: >-
|
||||||
|
Philips VG-5000mu home computer (1984). Z80 @4MHz, EF9345 video,
|
||||||
|
24KB RAM. AZERTY keyboard. Variants: Radiola VG5000, Schneider
|
||||||
|
VG5000. MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE. Two BASIC
|
||||||
|
ROM versions (v1.0, v1.1). Software list "vg5k" (cassettes).
|
||||||
|
contents:
|
||||||
|
- name: vg5k11.bin
|
||||||
|
description: "BASIC v1.1 ROM (default)"
|
||||||
|
size: 16384
|
||||||
|
crc32: a6f4a0ea
|
||||||
|
- name: vg5k10.bin
|
||||||
|
description: "BASIC v1.0 ROM (BAD_DUMP)"
|
||||||
|
size: 16384
|
||||||
|
crc32: 57983260
|
||||||
|
- name: charset.rom
|
||||||
|
description: "EF9345 character generator (BAD_DUMP, from DCVG5K)"
|
||||||
|
size: 8192
|
||||||
|
crc32: b2f49eb3
|
||||||
|
|
||||||
|
# Device ROMs — sound chip ROM data
|
||||||
|
- name: qsound.zip
|
||||||
|
required: false
|
||||||
|
category: bios_zip
|
||||||
|
source_ref: "src/devices/sound/qsound.cpp:121-125"
|
||||||
|
note: >-
|
||||||
|
QSound DSP program ROM. Required by qsound_device and
|
||||||
|
qsound_hle_device for Capcom QSound audio (CPS-2, CPS-3, ZN).
|
||||||
|
validation: [crc32]
|
||||||
|
contents:
|
||||||
|
- name: dl-1425.bin
|
||||||
|
description: "QSound DSP microcode"
|
||||||
|
size: 24576
|
||||||
|
crc32: d6cf5ef5
|
||||||
|
|
||||||
|
- name: ym2413.zip
|
||||||
|
required: false
|
||||||
|
category: bios_zip
|
||||||
|
source_ref: "src/devices/sound/ymopl.cpp:218-223"
|
||||||
|
note: >-
|
||||||
|
YM2413 (OPLL) instrument ROM table. Required by ym2413_device
|
||||||
|
for FM synthesis preset instruments.
|
||||||
|
validation: [crc32]
|
||||||
|
contents:
|
||||||
|
- name: ym2413_instruments.bin
|
||||||
|
description: "OPLL preset instrument table"
|
||||||
|
size: 144
|
||||||
|
crc32: 6f582d01
|
||||||
|
|
||||||
|
- name: ym2608.zip
|
||||||
|
required: false
|
||||||
|
category: bios_zip
|
||||||
|
source_ref: "src/devices/sound/ymopn.cpp:76-91"
|
||||||
|
note: >-
|
||||||
|
YM2608 (OPNA) ADPCM rhythm sample ROM. Required by ym2608_device
|
||||||
|
for internal rhythm sound source (bass drum, snare, cymbal, hi-hat,
|
||||||
|
tom, rim shot).
|
||||||
|
validation: [crc32]
|
||||||
|
contents:
|
||||||
|
- name: ym2608_adpcm_rom.bin
|
||||||
|
description: "OPNA ADPCM rhythm samples"
|
||||||
|
size: 8192
|
||||||
|
crc32: 23c9e0d8
|
||||||
|
|||||||
@@ -3,13 +3,13 @@ type: libretro
|
|||||||
core_classification: game_engine
|
core_classification: game_engine
|
||||||
source: "https://github.com/libretro/xrick-libretro"
|
source: "https://github.com/libretro/xrick-libretro"
|
||||||
upstream: "https://github.com/fabiensanglard/xrick"
|
upstream: "https://github.com/fabiensanglard/xrick"
|
||||||
profiled_date: "2026-03-25"
|
profiled_date: "2026-03-30"
|
||||||
core_version: "1.0.0.6"
|
core_version: "1.0.0.6"
|
||||||
display_name: "Rick Dangerous (XRick)"
|
display_name: "Rick Dangerous (XRick)"
|
||||||
cores:
|
cores:
|
||||||
- xrick
|
- xrick
|
||||||
systems:
|
systems:
|
||||||
- rick-dangerous
|
- xrick
|
||||||
|
|
||||||
notes: |
|
notes: |
|
||||||
XRick is an open-source reimplementation of the Rick Dangerous engine (Core Design, 1989),
|
XRick is an open-source reimplementation of the Rick Dangerous engine (Core Design, 1989),
|
||||||
@@ -52,7 +52,7 @@ notes: |
|
|||||||
files:
|
files:
|
||||||
- name: "xrick/data.zip"
|
- name: "xrick/data.zip"
|
||||||
category: game_data
|
category: game_data
|
||||||
system: rick-dangerous
|
system: xrick
|
||||||
description: "Rick Dangerous sound data (29 WAV files: sfx and music tracks)"
|
description: "Rick Dangerous sound data (29 WAV files: sfx and music tracks)"
|
||||||
required: true
|
required: true
|
||||||
size: 1457440
|
size: 1457440
|
||||||
|
|||||||
@@ -662,11 +662,6 @@ systems:
|
|||||||
- name: prod.keys
|
- name: prod.keys
|
||||||
destination: prod.keys
|
destination: prod.keys
|
||||||
required: true
|
required: true
|
||||||
wiiuroms:
|
|
||||||
files:
|
|
||||||
- name: keys.txt
|
|
||||||
destination: keys.txt
|
|
||||||
required: true
|
|
||||||
nintendo-wii-u:
|
nintendo-wii-u:
|
||||||
files:
|
files:
|
||||||
- name: keys.txt
|
- name: keys.txt
|
||||||
|
|||||||
@@ -765,7 +765,7 @@ MANUFACTURER_PREFIXES = (
|
|||||||
"snk-", "panasonic-", "nec-", "epoch-", "mattel-", "fairchild-",
|
"snk-", "panasonic-", "nec-", "epoch-", "mattel-", "fairchild-",
|
||||||
"hartung-", "tiger-", "magnavox-", "philips-", "bandai-", "casio-",
|
"hartung-", "tiger-", "magnavox-", "philips-", "bandai-", "casio-",
|
||||||
"coleco-", "commodore-", "sharp-", "sinclair-", "atari-", "sammy-",
|
"coleco-", "commodore-", "sharp-", "sinclair-", "atari-", "sammy-",
|
||||||
"gce-", "interton-", "texas-instruments-",
|
"gce-", "interton-", "texas-instruments-", "videoton-",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@@ -797,6 +797,7 @@ SYSTEM_ALIASES: dict[str, str] = {
|
|||||||
"atarist": "atari-st",
|
"atarist": "atari-st",
|
||||||
"sega32x": "sega-32x",
|
"sega32x": "sega-32x",
|
||||||
"segastv": "sega-stv",
|
"segastv": "sega-stv",
|
||||||
|
"ti994a": "ti99",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -274,7 +274,7 @@ class Scraper(BaseScraper):
|
|||||||
system_col = self._clean_markdown((row[key] or ""))
|
system_col = self._clean_markdown((row[key] or ""))
|
||||||
break
|
break
|
||||||
slug = None
|
slug = None
|
||||||
for part in re.split(r'[`\s]+', folder_col):
|
for part in re.split(r'[`\s/]+', folder_col):
|
||||||
part = part.strip().strip('`').lower()
|
part = part.strip().strip('`').lower()
|
||||||
if part and part in SYSTEM_SLUG_MAP:
|
if part and part in SYSTEM_SLUG_MAP:
|
||||||
slug = SYSTEM_SLUG_MAP[part]
|
slug = SYSTEM_SLUG_MAP[part]
|
||||||
|
|||||||
Reference in New Issue
Block a user