|
|
| version 1.4, 2004/08/07 12:10:27 | version 1.6, 2004/08/08 09:12:06 |
|---|---|
| Line 1 | Line 1 |
| enum { | |
| XMILPAL_TOTAL = 64 + 64 + 8 | |
| }; | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| Line 14 extern RGB16 x1z_pal16[4096+8]; // GRPH | Line 19 extern RGB16 x1z_pal16[4096+8]; // GRPH |
| extern int xm_palettes; | extern int xm_palettes; |
| void pal_makegrad(RGB32 *pal, int pals, UINT32 bg, UINT32 fg); | void pal_makegrad(RGB32 *pal, int pals, UINT32 bg, UINT32 fg); |
| void pals_cnv16pal(RGB16 *dst, const RGB32 *src, UINT pals); | |
| void pal_settext(REG8 num); // textpalette1 | void pal_settext(REG8 num); // textpalette1 |
| void pal_setgrph(REG8 bank, REG8 num); // grphpalette1 | void pal_setgrph(REG8 bank, REG8 num); // grphpalette1 |