1 ;-----------------------------------------------------------------------
\r
3 ; XPAL - Include file
\r
5 ; XPAL.ASM export functions
\r
9 ; ****** XLIB - Mode X graphics library ****************
\r
10 ; ****** ****************
\r
11 ; ****** Written By Themie Gouthas ****************
\r
13 ; egg@dstos3.dsto.gov.au
\r
14 ; teg@bart.dsto.gov.au
\r
15 ;-----------------------------------------------------------------------
\r
17 global _x_get_pal_struc :proc
\r
18 global _x_get_pal_raw :proc
\r
20 global _x_put_pal_struc :proc
\r
21 global _x_put_pal_raw :proc
\r
22 global _x_set_rgb :proc
\r
24 global _x_rot_pal_struc :proc
\r
25 global _x_rot_pal_raw :proc
\r
28 global _x_put_contrast_pal_struc:proc
\r
30 global _x_transpose_pal_struc :proc
\r
32 global _x_cpcontrast_pal_struc :proc
\1a