home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
BIX02.ZIP
/
PORTS.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
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;