Some more tweaks
This commit is contained in:
parent
e5e390d64b
commit
c636b7c3ae
2 changed files with 2 additions and 2 deletions
|
@ -315,7 +315,7 @@ void MPlayExtender(struct CgbChannel *cgbChans)
|
|||
|
||||
void MusicPlayerJumpTableCopy(void)
|
||||
{
|
||||
asm("swi 0x2A");
|
||||
asm("svc 0x2A");
|
||||
}
|
||||
|
||||
void ClearChain(void *x)
|
||||
|
|
|
@ -298,7 +298,7 @@ void InitIntrHandlers(void)
|
|||
|
||||
REG_IME = 1;
|
||||
|
||||
EnableInterrupts(0x1);
|
||||
EnableInterrupts(INTR_FLAG_VBLANK);
|
||||
}
|
||||
|
||||
void SetVBlankCallback(IntrCallback callback)
|
||||
|
|
Loading…
Reference in a new issue