aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/util.cpp1
-rw-r--r--common/util.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 6bcb7cc617..ff665468af 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -259,6 +259,7 @@ const PlatformDescription g_platforms[] = {
{"pc", "dos", "ibm", "DOS", kPlatformPC},
{"pc98", "pc98", "pc98", "PC-98", kPlatformPC98},
{"wii", "wii", "wii", "Nintendo Wii", kPlatformWii},
+ {"coco3", "coco3", "coco3", "CoCo3", kPlatformCoCo3},
// The 'official' spelling seems to be "FM-TOWNS" (e.g. in the Indy4 demo).
// However, on the net many variations can be seen, like "FMTOWNS",
diff --git a/common/util.h b/common/util.h
index 319f80ec86..e147cb6c5e 100644
--- a/common/util.h
+++ b/common/util.h
@@ -205,6 +205,7 @@ enum Platform {
kPlatformWindows,
kPlatformNES,
kPlatformC64,
+ kPlatformCoCo3,
kPlatformLinux,
kPlatformAcorn,
kPlatformSegaCD,