|
|
| version 1.3, 2004/08/07 10:53:01 | version 1.4, 2004/08/12 13:32:52 |
|---|---|
| Line 2 | Line 2 |
| #include "vram.h" | #include "vram.h" |
| UINT8 GRP_RAM[0x20000]; | UINT8 gram[0x20000]; |
| UINT8 tram[0x01800]; | UINT8 tram[0x01800]; |
| UINT8 updatetmp[0x800+0x101]; | UINT8 updatetmp[0x800+0x101]; |