WinDoom - V0.90 14 Jan, 1998 Thanks go first to id Software for making a great game and then releasing the source code to it so we could have something else to play with. To anyone working on their own Win32 ports of Doom: If you want to share programming information then all you have to do is ask. I ll tell you whatever I know if it will help. I AM going to release my modified source code when I get this stabilized. HIGH RESOLUTION MODES NOW AVAILABLE! In order to know what video modes are available on your system, look in the windoom.dbg file after you have run the program at 320x200 resolution. Any video mode that has an 8 in the third column is usable unless the height is greater than the width. The syntax for high resolution modes is: -width xxxx -height yyy where the xxxx is the width you want to use like 320 and the yyy is the height you want to use like 240. You can put these on your command line if you create a shortcut to the program and modify the command line in the attributes page of the short cut s properties.