chore: add acorn, gce, texas-instruments to manufacturer prefixes

This commit is contained in:
Abdessamad Derraz
2026-03-29 14:25:40 +02:00
parent d274d8a65c
commit cd2a3bdfa2

View File

@@ -698,10 +698,11 @@ def resolve_platform_cores(
MANUFACTURER_PREFIXES = (
"apple-", "microsoft-", "nintendo-", "sony-", "sega-", "snk-",
"panasonic-", "nec-", "epoch-", "mattel-", "fairchild-", "hartung-",
"tiger-", "magnavox-", "philips-", "bandai-", "casio-", "coleco-",
"commodore-", "sharp-", "sinclair-", "atari-", "sammy-",
"acorn-", "apple-", "microsoft-", "nintendo-", "sony-", "sega-",
"snk-", "panasonic-", "nec-", "epoch-", "mattel-", "fairchild-",
"hartung-", "tiger-", "magnavox-", "philips-", "bandai-", "casio-",
"coleco-", "commodore-", "sharp-", "sinclair-", "atari-", "sammy-",
"gce-", "texas-instruments-",
)