|
|
| version 1.1, 2003/10/16 17:58:13 | version 1.2, 2003/12/19 23:16:06 |
|---|---|
| Line 6 | Line 6 |
| typedef struct { | typedef struct { |
| UINT operate; | UINT operate; |
| #if !defined(CPUSTRUC_MEMWAIT) | |
| UINT tramwait; | UINT tramwait; |
| UINT vramwait; | UINT vramwait; |
| UINT grcgwait; | UINT grcgwait; |
| #endif | |
| } VRAM_T; | } VRAM_T; |
| // operate: bit0 access page | // operate: bit0 access page |
| Line 42 extern BYTE vramupdate[0x8000]; | Line 44 extern BYTE vramupdate[0x8000]; |
| void vram_init(void); | void vram_init(void); |
| #if !defined(CPUSTRUC_MEMWAIT) | |
| #define MEMWAIT_TRAM vramop.tramwait | |
| #define MEMWAIT_VRAM vramop.vramwait | |
| #define MEMWAIT_GRCG vramop.grcgwait | |
| #endif | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |
| #endif | #endif |