Some more tweaks

This commit is contained in:
N 2021-01-22 17:41:07 -05:00
parent e5e390d64b
commit c636b7c3ae
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)