aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorEugene Sandulenko2005-05-17 23:56:21 +0000
committerEugene Sandulenko2005-05-17 23:56:21 +0000
commitfc87c5821a643f9146155158b4a3c30e65e41d1b (patch)
tree2c4432c71dba01fe53ff2b33798b77b5388326d6 /common
parente05da91674c27ffebdc34b7d7a1de1f24711aea5 (diff)
downloadscummvm-rg350-fc87c5821a643f9146155158b4a3c30e65e41d1b.tar.gz
scummvm-rg350-fc87c5821a643f9146155158b4a3c30e65e41d1b.tar.bz2
scummvm-rg350-fc87c5821a643f9146155158b4a3c30e65e41d1b.zip
Initial support of C64 MM & Zak
svn-id: r18146
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