|
|
| version 1.3, 2003/11/29 00:36:00 | version 1.6, 2003/12/13 01:59:20 |
|---|---|
| Line 30 enum { | Line 30 enum { |
| ITF_ADRS = 0x1f8000 | ITF_ADRS = 0x1f8000 |
| }; | }; |
| #define VRAM_POS(a) ((a) & (VRAM_STEP | 0x7fff)) | #define VRAMADDRMASKEX(a) ((a) & (VRAM_STEP | 0x7fff)) |
| #ifdef __cplusplus | #ifdef __cplusplus |