Switching to an interrupt timer based system

This commit is contained in:
GearsProgress
2026-04-17 13:17:02 -04:00
4 changed files with 64 additions and 38 deletions

View File

@@ -89,7 +89,7 @@ void initialization_script(void)
// sound_init();
// Link Cable init
//irq_add(II_TIMER0, handleIncomingByte);
irq_add(II_TIMER3, handshake);
// Graphics init
irq_add(II_VBLANK, global_next_frame);