Mother2GbaTranslation/src/syscalls.asm

8 lines
65 B
NASM

cpufastset:
swi 0xC
bx lr
stop:
swi 0x3
bx lr