home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
bix
/
ports.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1986-08-04
|
222 b
|
8 lines
Turn video off: port[$3D8] := mem[$40:$65] and $F7;
Turn back on: port[$3D8] := mem[$40:$65;
port[$3D8] is the CGA display register.
code to wait for vertical retrace is:
while port[$3DA] and $08 = 0 do;