|
|
| version 1.3, 2003/11/28 08:01:33 | version 1.5, 2004/02/18 21:58:41 |
|---|---|
| Line 1 | Line 1 |
| #include "compiler.h" | #include "compiler.h" |
| #include "memory.h" | #include "cpucore.h" |
| #include "pccore.h" | #include "pccore.h" |
| #include "iocore.h" | #include "iocore.h" |
| #include "vram.h" | #include "vram.h" |
| Line 21 typedef struct { | Line 21 typedef struct { |
| UINT32 grph_table[4*256*2]; | UINT32 grph_table[4*256*2]; |
| void VRAMCALL makegrph_init(void) { | void makegrph_initialize(void) { |
| int i, j; | int i, j; |
| BYTE bit; | BYTE bit; |
| Line 64 void VRAMCALL makegrph_init(void) { | Line 64 void VRAMCALL makegrph_init(void) { |
| UINT32 grph_table1[256*2]; | UINT32 grph_table1[256*2]; |
| void VRAMCALL makegrph_init(void) { | void makegrph_initialize(void) { |
| int i; | int i; |
| BYTE bit; | BYTE bit; |
| Line 103 void VRAMCALL makegrph_init(void) { | Line 103 void VRAMCALL makegrph_init(void) { |
| UINT32 grph_table0[16]; | UINT32 grph_table0[16]; |
| void VRAMCALL makegrph_init(void) { | void makegrph_initialize(void) { |
| int i; | int i; |
| BYTE bit; | BYTE bit; |