home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7 / 1995-06_Disc_7.iso / patches / m64fix.zip / M64VBE.TXT < prev    next >
Text File  |  1995-02-15  |  2KB  |  42 lines

  1. M64VBE is a Terminate and Stay Resident (TSR) program for Mach64 product 
  2. only. The program supports few options.  To load the program, type M64VBE. 
  3. To see the options menu, type M64VBE again without any option keyword. It 
  4. is not necessary to unload the TSR to change the options.  You can change 
  5. the options by typing the option keywords after M64VBE. The program supports 
  6. multiple keywords entered from the command line.  For example, M64VBE kw1 kw2. 
  7. The options can be entered in any order.
  8.  
  9. M64VBE supports the following options:
  10.  
  11. u    - Unload or remove M64VBE from memory.
  12. s    - Enable single window implementation.  This single window will be
  13.       readable as well as writable.  If your application uses VESA mode
  14.       and has problem with the mouse, you may want to try this option.
  15. d    - Enable dual read and write windows implementation.
  16. 3    - Enable 320x200 & 320x240 modes in 8bpp, 15bpp, 16bpp and 24bpp.   
  17.       VESA mode number 202h, 10dh, 10eh, 10fh are for 320x200 8bpp, 15bpp
  18.       16bpp and 24bpp respectively.  Similarly, VESA mode number 212h,
  19.       213h, 214h and 215h are for 320x240.
  20. -3    - Disable 320x200 & 320x240 modes.
  21. vw    - Enable VGAWonder memory paging.  Mach64 uses a different paging
  22.       scheme from VGAWonder paging scheme.  This option will make Mach64
  23.       backward compatible to the VGAWonder paging scheme.  You may want
  24.       to use this option for older applications that use VGAWonder 
  25.       memory paging.  (e.g. FXDraw from ROBOCFG)
  26. -vw    - Disable VGAWonder paging.
  27. vga    - Use standard VGA CRT parameters.  Many games that support VESA mode
  28.       require this option (e.g. Rise of the Robot, HardBall 4, 8 Ball 
  29.       Deluxe).
  30. acc    - Use accelerator CRT parameters.   
  31.  
  32. Example:
  33.         M64VBE s vw
  34.  
  35. will enable single read/write window and VGAWonder paging.
  36.  
  37. Some options can not coexist. For instance, if you try to load the TSR with
  38. keywords 320 modes enabled and 320 modes disabled, the program will use the
  39. default option.
  40.  
  41.  
  42.