home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / k / kenfix.zip / KENFIX.TXT < prev    next >
Text File  |  1993-03-29  |  2KB  |  32 lines

  1. Re: Ken's Labyrinth from Epic Megagames (3/21/93)
  2.  
  3. Problem: Garbled graphics (in any of their graphics modes).
  4.         If, when you try to play Ken's Labyrinth, you get a barely
  5.         readable screen full of vertical bars, you should first try
  6.         (as they suggest) running their setup routine to change to one
  7.         of the other graphics modes.  If this has no effect, then try
  8.         this patch.
  9.  
  10. Solution: I don't know anything about programming the video card but
  11.         I have managed to fix the graphics displayed during game play.
  12.         All I did was change─┐  MOV  DX,03C4
  13.                              └> MOV  AX,0F02    to: MOV  AX,0604
  14.                                 OUT  DX,AL
  15.                              in a couple of places.
  16.         The title screens are still unreadable.
  17.  
  18.         I have supplied a simple patching program to make these changes.
  19.         To apply the patch:
  20.             1. copy PATCH.EXE, KENFIX.DAT, KENFIX.BAT into a directory
  21.                 where you have a >copy< of KEN.EXE.
  22.             2. execute:  KENFIX.BAT
  23.             3. read what it says and answer the prompt with a 'y' if
  24.                 this seems like a good risk.
  25.         If the patch is working, when you get past the 'Epic Megagames'
  26.         screen the pictures at the bottom of the screen should show up
  27.         clearly (without the bars).  From then on, the game should play
  28.         normally.
  29.  
  30. Disclaimer: This is the disclaimer, and you know what that means (USE AT
  31.         YOUR OWN RISK.)
  32.