all repos — mgba @ 97b669e4d16f610ec8f6b6058b99ea6740a39668

mGBA Game Boy Advance Emulator

src/gba/gba-bios.h (view raw)

1#ifndef GBA_BIOS_H
2#define GBA_BIOS_H
3
4#include "arm.h"
5
6void GBASwi16(struct ARMBoard* board, int immediate);
7void GBASwi32(struct ARMBoard* board, int immediate);
8
9#endif