[Scummvm-cvs-logs] CVS: scummvm/common util.cpp,1.53,1.54 util.h,1.51,1.52

Eugene Sandulenko sev at users.sourceforge.net
Tue May 17 16:57:44 CEST 2005


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27091/common

Modified Files:
	util.cpp util.h 
Log Message:
Initial support of C64 MM & Zak


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- util.cpp	9 Apr 2005 13:13:04 -0000	1.53
+++ util.cpp	17 May 2005 23:56:21 -0000	1.54
@@ -161,6 +161,7 @@
 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",

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- util.h	23 Apr 2005 13:52:27 -0000	1.51
+++ util.h	17 May 2005 23:56:21 -0000	1.52
@@ -131,7 +131,8 @@
 	kPlatformMacintosh = 3,
 	kPlatformFMTowns = 4,
 	kPlatformWindows = 5,
-	kPlatformNES = 6
+	kPlatformNES = 6,
+	kPlatformC64 = 7
 /*
 	kPlatformSEGA,
 	kPlatformPCEngine





More information about the Scummvm-git-logs mailing list