Date: Wed, 15 Jun 1994 20:26:16 -0400 (EDT) From: David Max Subject: newss24x.grn and 24bit color mode To: DJGPP The newss24x.grn driver has an entry in it for the 24 bit color mode. Its entry in the modes table is 640x480 with 0c018h colors. Okay, so now how do you switch to this mode? I tried: GrSetMode(GR_width_height_color_graphics, 640, 480, 0xc018); but that gave me an error. David Max New York University