mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-09-14 03:55:46 -05:00
Switching to an interrupt timer based system
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user