home *** CD-ROM | disk | FTP | other *** search
- { }
- { EGA Graphic Primitive for Turbo Pascal 3.01A, Version 01FEB86. }
- { (C) 1986 by Kent Cedola, 2015 Meadow Lake Ct., Norfolk, VA, 23518 }
- { }
- { Description: Set the EGA palette register(s). Warning: Palettes }
- { will be restored on a mode change (e.g., from text to graphics) }
- { }
-
- procedure GPPAL(Palette,Color: Integer);
- begin
- inline
- ($8A/$5E/<Palette/$8A/$7E/<Color/$B8/$1000/$CD/$10);
- end;