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