mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-15 01:02:47 +00:00
chore: add acorn, gce, texas-instruments to manufacturer prefixes
This commit is contained in:
parent
d274d8a65c
commit
cd2a3bdfa2
1 changed files with 5 additions and 4 deletions
|
|
@ -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-",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue