aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-11-24 03:07:52 +0000
committerTravis Howell2002-11-24 03:07:52 +0000
commit347662f91e2928028c7572f03ae2dd9f818a3661 (patch)
tree33ea7347dc38ec7be7905ad5f824f96cf0978487 /simon
parentca513a2dfd60e488ee3382d8f1089d0079c5dc5c (diff)
downloadscummvm-rg350-347662f91e2928028c7572f03ae2dd9f818a3661.tar.gz
scummvm-rg350-347662f91e2928028c7572f03ae2dd9f818a3661.tar.bz2
scummvm-rg350-347662f91e2928028c7572f03ae2dd9f818a3661.zip
Add vc_65 (commented out for now, since it requires another function)
Add warning to vc_62 where it should be playing music. svn-id: r5703
Diffstat (limited to 'simon')
-rw-r--r--simon/vga.cpp14
1 files changed, 12 insertions, 2 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp
index 598897d7f4..d687820f35 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -1790,12 +1790,14 @@ void SimonState::vc_62()
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_64()
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()