[Scummvm-cvs-logs] CVS: scummvm/simon vga.cpp,1.8,1.9

Travis Howell kirben at users.sourceforge.net
Sat Nov 23 19:08:02 CET 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv30956/simon

Modified Files:
	vga.cpp 
Log Message:

Add vc_65 (commented out for now, since it requires another function)
Add warning to vc_62 where it should be playing music.


Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- vga.cpp	20 Nov 2002 06:33:12 -0000	1.8
+++ vga.cpp	24 Nov 2002 03:07:52 -0000	1.9
@@ -1790,12 +1790,14 @@
 
 	vc_29_stop_all_sounds();
 
-//  if (!_video_var_3) {
+	if (!_video_var_3) {
+		warning("vc_62: music stuff?");
+	}
+	
 	_video_var_3 = true;
 	_video_num_pal_colors = 256;
 	if (_video_palette_mode == 4)
 		_video_num_pal_colors = 208;
-//  }
 
 	memcpy(_video_buf_1, _palette_backup, _video_num_pal_colors * sizeof(uint32));
 	for (i = NUM_PALETTE_FADEOUT; i != 0; --i) {
@@ -1862,6 +1864,14 @@
 void SimonState::vc_65()
 {																// Simon2
 	warning("vc_65 unimplemented");
+	//_palette_color_count = 0x270;
+	//_video_num_pal_colors = 0x0D0;
+	//if (_video_palette_mode != 4) {
+		//_palette_color_count = 0x300;
+		//_video_num_pal_colors = 0x100;
+	//}
+	//_palette_color_count |= 0x8000;
+	//_video_var_3 = false;
 }
 
 void SimonState::vc_66()





More information about the Scummvm-git-logs mailing list