Rev 534 | Rev 574 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 567 | ||
|---|---|---|---|
| Line 123... | Line 123... | ||
| 123 | break; |
123 | break; |
| 124 | case TIMER_IRQ: |
124 | case TIMER_IRQ: |
| 125 | /* clear timer interrupt & set new */ |
125 | /* clear timer interrupt & set new */ |
| 126 | cp0_compare_write(cp0_count_read() + cp0_compare_value); |
126 | cp0_compare_write(cp0_count_read() + cp0_compare_value); |
| 127 | clock(); |
127 | clock(); |
| - | 128 | keyboard_poll(); |
|
| 128 | break; |
129 | break; |
| 129 | } |
130 | } |
| 130 | } |
131 | } |
| 131 | } |
132 | } |
| 132 | 133 | ||