|
|
| version 1.4, 2004/01/13 05:30:58 | version 1.5, 2004/01/15 14:06:58 |
|---|---|
| Line 51 static UINT32 artic_getcnt(void) { | Line 51 static UINT32 artic_getcnt(void) { |
| // ---- I/O | // ---- I/O |
| static void IOOUTCALL artic_o5c(UINT port, REG8 dat) { | static void IOOUTCALL artic_o5f(UINT port, REG8 dat) { |
| (void)port; | (void)port; |
| (void)dat; | (void)dat; |
| Line 86 void artic_reset(void) { | Line 86 void artic_reset(void) { |
| void artic_bind(void) { | void artic_bind(void) { |
| iocore_attachout(0x005c, artic_o5c); | iocore_attachout(0x005f, artic_o5f); |
| iocore_attachinp(0x005c, artic_i5c); | iocore_attachinp(0x005c, artic_i5c); |
| iocore_attachinp(0x005d, artic_i5d); | iocore_attachinp(0x005d, artic_i5d); |
| iocore_attachinp(0x005e, artic_i5d); | iocore_attachinp(0x005e, artic_i5d); |