Append copper wait instruction to user copper list.
Source position: agraphics.pas line 2043
procedure CWait( |
CopList: PUCopList; |
V: LongInt; |
H: LongInt |
); |
CopList |
|
A pointer to UCopList structure |
V |
|
vertical beam position (relative to top of viewport) |
H |
|
horizontal beam position |
Add instruction to wait for vertical beam position v and horizontal position h to this intermediate copper list.
It's illegal to wait for horizontal values greater than 222 decimal!
|
Append copper move instruction to user copper list. |