*************** Player Manager 2 (c) 1995 Anco Games ********************

1. Additional notes for Gravis Ultrasound Users
-----------------------------------------------

If you still have occasional problems, eg. the program freezing with
a black screen, try making the following changes:

Change to your install directory.
  CD \PM2

Edit PM2.BAT, and add 'C:\ULTRASND\ULTRAMID -M100 -C' before the
VGA %1 line, and 'C:\ULTRASND\ULTRAMID -F' after the VGA %1 line.
  EDIT PM2.BAT

It should now look like the following

  @echo off
  SET DOS4G=QUIET
  :loop
  C:\ULTRASND\ULTRAMID -M100 -C
  vga
  C:\ULTRASND\ULTRAMID -F
  main .
  goto loop

Note: replace C:\ULTRASND with the directory you installed your
Gravis Ultrasound software into.


After making these changes, everything should work.


END
