X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fxlib%2Fxpal.inc;fp=16%2Fxlib%2Fxpal.inc;h=1e8c607bf8212548e45bc031c8a370f098d49102;hb=922a4ace00cd3b3b8febf878b0c679a11b654731;hp=0000000000000000000000000000000000000000;hpb=cdb90d6b06eec485931782872a2550afea961050;p=16.git diff --git a/16/xlib/xpal.inc b/16/xlib/xpal.inc new file mode 100755 index 00000000..1e8c607b --- /dev/null +++ b/16/xlib/xpal.inc @@ -0,0 +1,32 @@ +;----------------------------------------------------------------------- +; +; XPAL - Include file +; +; XPAL.ASM export functions +; +; +; +; ****** XLIB - Mode X graphics library **************** +; ****** **************** +; ****** Written By Themie Gouthas **************** +; +; egg@dstos3.dsto.gov.au +; teg@bart.dsto.gov.au +;----------------------------------------------------------------------- + + global _x_get_pal_struc :proc + global _x_get_pal_raw :proc + + global _x_put_pal_struc :proc + global _x_put_pal_raw :proc + global _x_set_rgb :proc + + global _x_rot_pal_struc :proc + global _x_rot_pal_raw :proc + + + global _x_put_contrast_pal_struc:proc + + global _x_transpose_pal_struc :proc + + global _x_cpcontrast_pal_struc :proc \ No newline at end of file