Some more tweaks
This commit is contained in:
@@ -315,7 +315,7 @@ void MPlayExtender(struct CgbChannel *cgbChans)
|
|||||||
|
|
||||||
void MusicPlayerJumpTableCopy(void)
|
void MusicPlayerJumpTableCopy(void)
|
||||||
{
|
{
|
||||||
asm("swi 0x2A");
|
asm("svc 0x2A");
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClearChain(void *x)
|
void ClearChain(void *x)
|
||||||
|
|||||||
+1
-1
@@ -298,7 +298,7 @@ void InitIntrHandlers(void)
|
|||||||
|
|
||||||
REG_IME = 1;
|
REG_IME = 1;
|
||||||
|
|
||||||
EnableInterrupts(0x1);
|
EnableInterrupts(INTR_FLAG_VBLANK);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetVBlankCallback(IntrCallback callback)
|
void SetVBlankCallback(IntrCallback callback)
|
||||||
|
|||||||
Reference in New Issue
Block a user