home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / windows / graphite / relocate.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1993-01-30  |  232 b   |  10 lines

  1. Program Relocate;
  2. {simple program to reclocate the Hercules Graphite registers
  3.  to D100-D17F to avoid potential conflicts with the monochrome screen
  4.  
  5.  Written by Peter Sawatzki, 28.1.93
  6. }
  7. Begin
  8.   PortW[$216A]:= $026D;
  9. End.
  10.