Add acorn platform.

svn-id: r19564
This commit is contained in:
Travis Howell 2005-11-12 06:04:32 +00:00
parent b4908f449e
commit 5307f21742
2 changed files with 3 additions and 1 deletions

View file

@ -179,6 +179,7 @@ const PlatformDescription g_platforms[] = {
{"nes", "nes", "NES", kPlatformNES}, {"nes", "nes", "NES", kPlatformNES},
{"pc", "dos", "DOS", kPlatformPC}, {"pc", "dos", "DOS", kPlatformPC},
{"windows", "win", "Windows", kPlatformWindows}, {"windows", "win", "Windows", kPlatformWindows},
{"acorn", "acorn", "Acorn", kPlatformAcorn},
{0, 0, "Default", kPlatformUnknown} {0, 0, "Default", kPlatformUnknown}
}; };

View file

@ -139,7 +139,8 @@ enum Platform {
kPlatformWindows = 5, kPlatformWindows = 5,
kPlatformNES = 6, kPlatformNES = 6,
kPlatformC64 = 7, kPlatformC64 = 7,
kPlatformLinux = 8 kPlatformLinux = 8,
kPlatformAcorn = 9
/* /*
kPlatformSEGA, kPlatformSEGA,
kPlatformPCEngine kPlatformPCEngine