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

Eugene Sandulenko sev at users.sourceforge.net
Fri Apr 8 13:50:00 CEST 2005


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

Modified Files:
	util.cpp util.h 
Log Message:
Add NES platform


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- util.cpp	7 Mar 2005 00:39:47 -0000	1.51
+++ util.cpp	8 Apr 2005 20:49:13 -0000	1.52
@@ -168,6 +168,7 @@
 	{"fmtowns", "towns", "FM-TOWNS", kPlatformFMTowns},
 
 	{"macintosh", "mac", "Macintosh", kPlatformMacintosh},
+	{"nes", "nes", "NES", kPlatformNES},
 	{"pc", "dos", "DOS", kPlatformPC},
 	{"windows", "windows", "Windows", kPlatformWindows},
 

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- util.h	7 Mar 2005 00:39:47 -0000	1.49
+++ util.h	8 Apr 2005 20:49:13 -0000	1.50
@@ -130,9 +130,9 @@
 	kPlatformAtariST = 2,
 	kPlatformMacintosh = 3,
 	kPlatformFMTowns = 4,
-	kPlatformWindows = 5
+	kPlatformWindows = 5,
+	kPlatformNES = 6
 /*
-	kPlatformNES,
 	kPlatformSEGA,
 	kPlatformPCEngine
 */





More information about the Scummvm-git-logs mailing list