|
|
| version 1.4, 2003/10/25 10:19:57 | version 1.5, 2003/12/08 00:55:32 |
|---|---|
| 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; |