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},
|
{"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}
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue