From cd2a3bdfa2ed9206892c2ee6f691d2a092005524 Mon Sep 17 00:00:00 2001 From: Abdessamad Derraz <3028866+Abdess@users.noreply.github.com> Date: Sun, 29 Mar 2026 14:25:40 +0200 Subject: [PATCH] chore: add acorn, gce, texas-instruments to manufacturer prefixes --- scripts/common.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/common.py b/scripts/common.py index 0bb15384..2812accc 100644 --- a/scripts/common.py +++ b/scripts/common.py @@ -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-", )