home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
windows
/
graphite
/
relocate.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1993-01-30
|
232 b
|
10 lines
Program Relocate;
{simple program to reclocate the Hercules Graphite registers
to D100-D17F to avoid potential conflicts with the monochrome screen
Written by Peter Sawatzki, 28.1.93
}
Begin
PortW[$216A]:= $026D;
End.