|
|
| version 1.1, 2004/03/09 23:39:19 | version 1.4, 2004/04/08 13:08:22 |
|---|---|
| Line 13 enum { | Line 13 enum { |
| MEMDBG32_PALBDR, | MEMDBG32_PALBDR, |
| MEMDBG32_PALREAL, | MEMDBG32_PALREAL, |
| MEMDBG32_PALPM, | MEMDBG32_PALPM, |
| MEMDBG32_PALPAGE, | MEMDBG32_PALPAGE0, |
| MEMDBG32_PALPAGE1, | |
| MEMDBG32_PALTXT, | MEMDBG32_PALTXT, |
| MEMDBG32_PALS | MEMDBG32_PALS |
| }; | }; |
| enum { | |
| MEMDBG32_FLAGDRAW = 0x01, | |
| MEMDBG32_FLAGREDRAW = 0x02 | |
| }; | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void memdbg32_initialize(void); | void memdbg32_initialize(void); |
| void memdbg32_setpal(CMNPALFN *palfn); | |
| void memdbg32_getsize(int *width, int *height); | void memdbg32_getsize(int *width, int *height); |
| BOOL memdbg32_paint(CMNVRAM *vram, BOOL redraw); | REG8 memdbg32_process(void); |
| BOOL memdbg32_paint(CMNVRAM *vram, CMNPALCNV cnv, BOOL redraw); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |