Add acorn platform.
svn-id: r19564
This commit is contained in:
parent
b4908f449e
commit
5307f21742
2 changed files with 3 additions and 1 deletions
|
@ -179,6 +179,7 @@ const PlatformDescription g_platforms[] = {
|
|||
{"nes", "nes", "NES", kPlatformNES},
|
||||
{"pc", "dos", "DOS", kPlatformPC},
|
||||
{"windows", "win", "Windows", kPlatformWindows},
|
||||
{"acorn", "acorn", "Acorn", kPlatformAcorn},
|
||||
|
||||
{0, 0, "Default", kPlatformUnknown}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue