Metropoli BBS
VIEWER: 1wp51.pch MODE: TEXT (ASCII)
@ TITLE: Patch WordPerfect (Version 5.1)

@ HELP:

    The standard VGA 640x480-16C graphics mode
    driver of WordPerfect(Ver. 5.1)  will  not
    display correctly  with  Trident 8900CL/CX
    board.

    This patch  will modify file STANDARD.VRS,
    the display driver of VGA  in  WordPerfect
    (Ver. 5.1) to work around the problem.

@ FILE: STANDARD.VRS  Pattern: 1
# Original:
#       MOV     DX, 003CEH
#       MOV     AX, 008FFH
#
# Change to:
#       MOV     DX, 003CEH
#       MOV     AX, 0FF08H
#
# Pattern:
{ ba ce 03 b8 ff 08
} ba ce 03 b8 08 ff

[ RETURN TO DIRECTORY ]