2002-07-07 10:30:31 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 23.06.2002
|
|
|
|
;
|
2012-03-04 13:08:54 +00:00
|
|
|
; const unsigned char* tgi_getpalette (void);
|
2002-07-07 10:30:31 +00:00
|
|
|
; /* Return the current palette. Will return NULL for drivers that do not
|
2014-06-30 05:10:35 -04:00
|
|
|
; ** support palettes.
|
|
|
|
; */
|
2002-07-07 10:30:31 +00:00
|
|
|
;
|
|
|
|
|
|
|
|
.include "tgi-kernel.inc"
|
|
|
|
|
|
|
|
_tgi_getpalette = tgi_getpalette ; Call the driver
|