aboutsummaryrefslogtreecommitdiff
path: root/common/platform.cpp
diff options
context:
space:
mode:
authorAlyssa Milburn2016-04-02 21:55:00 +0200
committerAlyssa Milburn2016-04-02 21:57:48 +0200
commit0dd3563085123e97e8424ee951dbecf65c022769 (patch)
treeb312fd320c91b11c2e83a483be406d39e2860d05 /common/platform.cpp
parent10d4d306281819f6b343eea234f5e59b5b641823 (diff)
downloadscummvm-rg350-0dd3563085123e97e8424ee951dbecf65c022769.tar.gz
scummvm-rg350-0dd3563085123e97e8424ee951dbecf65c022769.tar.bz2
scummvm-rg350-0dd3563085123e97e8424ee951dbecf65c022769.zip
COMMON: Add Apple II platform
Diffstat (limited to 'common/platform.cpp')
-rw-r--r--common/platform.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/platform.cpp b/common/platform.cpp
index 636c1ddb52..280185d862 100644
--- a/common/platform.cpp
+++ b/common/platform.cpp
@@ -27,6 +27,7 @@ namespace Common {
const PlatformDescription g_platforms[] = {
{ "2gs", "2gs", "2gs", "Apple IIgs", kPlatformApple2GS },
+ { "apple2", "apple2", "apple2", "Apple II", kPlatformApple2 },
{ "3do", "3do", "3do", "3DO", kPlatform3DO },
{ "acorn", "acorn", "acorn", "Acorn", kPlatformAcorn },
{ "amiga", "ami", "amiga", "Amiga", kPlatformAmiga },