|
|
| version 1.1, 2003/10/16 17:57:50 | version 1.2, 2003/10/19 14:56:15 |
|---|---|
| Line 16 void artic_callback(void) { | Line 16 void artic_callback(void) { |
| else { | else { |
| mul *= 13; | mul *= 13; |
| } | } |
| leng = nevent.clock + nevent.baseclock - nevent.remainclock; | leng = I286_CLOCK + I286_BASECLOCK + I286_REMCLOCK; |
| leng *= 2; | leng *= 2; |
| leng -= artic.lastclk2; | leng -= artic.lastclk2; |
| if (leng > 0) { | if (leng > 0) { |
| Line 38 static UINT32 artic_getcnt(void) { | Line 38 static UINT32 artic_getcnt(void) { |
| else { | else { |
| mul *= 13; | mul *= 13; |
| } | } |
| leng = nevent.clock + nevent.baseclock - nevent.remainclock; | leng = I286_CLOCK + I286_BASECLOCK + I286_REMCLOCK; |
| leng *= 2; | leng *= 2; |
| leng -= artic.lastclk2; | leng -= artic.lastclk2; |
| if (leng > 0) { | if (leng > 0) { |
| Line 55 static void IOOUTCALL artic_o5c(UINT por | Line 55 static void IOOUTCALL artic_o5c(UINT por |
| (void)port; | (void)port; |
| (void)dat; | (void)dat; |
| nevent.remainclock -= 20; | I286_REMCLOCK -= 20; |
| } | } |
| static BYTE IOINPCALL artic_i5c(UINT port) { | static BYTE IOINPCALL artic_i5c(UINT port) { |