aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/util.cpp1
-rw-r--r--common/util.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 0d68a5a2cc..0baf6c734e 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -161,6 +161,7 @@ const char *getLanguageDescription(Language id) {
const PlatformDescription g_platforms[] = {
{"amiga", "ami", "Amiga", kPlatformAmiga},
{"atari", "atari-st", "Atari ST", kPlatformAtariST},
+ {"c64", "c64", "Commodore 64", kPlatformC64},
// 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 3f10d5434c..db30fc20d9 100644
--- a/common/util.h
+++ b/common/util.h
@@ -131,7 +131,8 @@ enum Platform {
kPlatformMacintosh = 3,
kPlatformFMTowns = 4,
kPlatformWindows = 5,
- kPlatformNES = 6
+ kPlatformNES = 6,
+ kPlatformC64 = 7
/*
kPlatformSEGA,
kPlatformPCEngine