filename | src/sh4/intc.c |
changeset | 19:9da7a8e38f9d |
prev | 1:eea311cfd33e |
next | 20:3ffb66aa25c7 |
author | nkeynes |
date | Thu Dec 22 07:38:12 2005 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Implement 95% of the SCIF serial interface Implement basic load_bin_file function to try to load demos directly Update TMU to run all 3 timers, start on general timing |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/intc.c Sat Mar 13 00:03:32 2004 +00001.2 +++ b/src/sh4/intc.c Thu Dec 22 07:38:12 2005 +00001.3 @@ -113,6 +113,11 @@1.4 intc_num_pending++;1.5 }1.7 +void intc_clear_interrupt( int which )1.8 +{1.9 +1.10 +}1.11 +1.12 uint32_t intc_accept_interrupt( void )1.13 {1.14 assert(intc_num_pending > 0);
.