[nostalgia/core/gba] Remove unused interrupt handlers
This commit is contained in:
parent
0051006795
commit
72883285f2
@ -46,13 +46,4 @@ void nostalgia_core_isr_timer0() {
|
|||||||
++g_timerMs;
|
++g_timerMs;
|
||||||
}
|
}
|
||||||
|
|
||||||
void nostalgia_core_isr_timer1() {
|
|
||||||
}
|
|
||||||
|
|
||||||
void nostalgia_core_isr_timer2() {
|
|
||||||
}
|
|
||||||
|
|
||||||
void nostalgia_core_isr_timer3() {
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -72,18 +72,6 @@ isr:
|
|||||||
ldreq r0, =nostalgia_core_isr_timer0
|
ldreq r0, =nostalgia_core_isr_timer0
|
||||||
beq isr_call_handler
|
beq isr_call_handler
|
||||||
|
|
||||||
cmp r1, #Int_timer1
|
|
||||||
ldreq r0, =nostalgia_core_isr_timer1
|
|
||||||
beq isr_call_handler
|
|
||||||
|
|
||||||
cmp r1, #Int_timer2
|
|
||||||
ldreq r0, =nostalgia_core_isr_timer2
|
|
||||||
beq isr_call_handler
|
|
||||||
|
|
||||||
cmp r1, #Int_timer3
|
|
||||||
ldreq r0, =nostalgia_core_isr_timer3
|
|
||||||
beq isr_call_handler
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
// Interrupt Table End //
|
// Interrupt Table End //
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user