mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-25 20:32:25 +00:00
Did the removal of the vsync interrupt reset code.
This commit is contained in:
parent
b812c76427
commit
5ca07ed458
@ -144,9 +144,4 @@ __interrupt(rom_sys_cx16) void irq_vsync() {
|
|||||||
|
|
||||||
// Reset the VSYNC interrupt
|
// Reset the VSYNC interrupt
|
||||||
*VERA_ISR = VERA_VSYNC;
|
*VERA_ISR = VERA_VSYNC;
|
||||||
// Exit CX16 KERNAL IRQ
|
|
||||||
asm {
|
|
||||||
// soft exit (keep kernal running)
|
|
||||||
jmp $e034
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user