Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 3583 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | * Unfortunately, Ski does not emulate PAL, |
39 | * Unfortunately, Ski does not emulate PAL, |
| 40 | * so we can't read the real frequency ratios |
40 | * so we can't read the real frequency ratios |
| 41 | * from firmware. |
41 | * from firmware. |
| 42 | * |
42 | * |
| 43 | */ |
43 | */ |
| 44 | #define IT_DELTA 100000 |
44 | #define IT_DELTA it_delta |
| 45 | 45 | ||
| 46 | extern void it_init(void); |
46 | extern void it_init(void); |
| 47 | 47 | ||
| 48 | #endif |
48 | #endif |
| 49 | 49 | ||