feat: add vsmile, tutor, vg5k, vgmplay profiles and system aliases

This commit is contained in:
Abdessamad Derraz
2026-03-30 06:14:58 +02:00
parent 8f29e0e85c
commit d3bd68f6ad
7 changed files with 140 additions and 13 deletions

View File

@@ -765,7 +765,7 @@ MANUFACTURER_PREFIXES = (
"snk-", "panasonic-", "nec-", "epoch-", "mattel-", "fairchild-",
"hartung-", "tiger-", "magnavox-", "philips-", "bandai-", "casio-",
"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",
"sega32x": "sega-32x",
"segastv": "sega-stv",
"ti994a": "ti99",
}