|
|
| version 1.6, 2004/02/19 11:32:12 | version 1.7, 2005/04/05 18:43:52 |
|---|---|
| Line 16 void artic_callback(void) { | Line 16 void artic_callback(void) { |
| else { | else { |
| mul *= 16; | mul *= 16; |
| } | } |
| leng = CPU_CLOCK + CPU_BASECLOCK + CPU_REMCLOCK; | leng = CPU_CLOCK + CPU_BASECLOCK - CPU_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 *= 16; | mul *= 16; |
| } | } |
| leng = CPU_CLOCK + CPU_BASECLOCK + CPU_REMCLOCK; | leng = CPU_CLOCK + CPU_BASECLOCK - CPU_REMCLOCK; |
| leng *= 2; | leng *= 2; |
| leng -= artic.lastclk2; | leng -= artic.lastclk2; |
| if (leng > 0) { | if (leng > 0) { |