|
|
| version 1.4, 2003/10/25 10:19:57 | version 1.6, 2004/01/23 15:05:05 |
|---|---|
| Line 1 | Line 1 |
| #include "compiler.h" | #include "compiler.h" |
| #include "memory.h" | #include "cpucore.h" |
| #include "egcmem.h" | #include "egcmem.h" |
| #include "pccore.h" | #include "pccore.h" |
| #include "iocore.h" | #include "iocore.h" |
| Line 19 static const UINT16 maskword[16][4] = { | Line 19 static const UINT16 maskword[16][4] = { |
| {0x0000,0xffff,0xffff,0xffff}, {0xffff,0xffff,0xffff,0xffff}}; | {0x0000,0xffff,0xffff,0xffff}, {0xffff,0xffff,0xffff,0xffff}}; |
| static void IOOUTCALL egc_o4a0(UINT port, BYTE value) { | static void IOOUTCALL egc_o4a0(UINT port, REG8 value) { |
| if (!(vramop.operate & VOP_EGCBIT)) { | if (!(vramop.operate & VOP_EGCBIT)) { |
| return; | return; |
| Line 130 void egc_bind(void) { | Line 130 void egc_bind(void) { |
| } | } |
| } | } |
| void IOOUTCALL egc_w16(UINT port, UINT16 value) { | void IOOUTCALL egc_w16(UINT port, REG16 value) { |
| if (!(vramop.operate & VOP_EGCBIT)) { | if (!(vramop.operate & VOP_EGCBIT)) { |
| return; | return; |