GWRAM.SYSTEM/ram2gs_asm.h

9 lines
198 B
C
Raw Normal View History

2020-07-22 04:47:25 +00:00
#ifndef RAM2GS_ASM_H
#define RAM2GS_ASM_H
uint8_t __fastcall__ ram2gs_getsize(void);
uint8_t __fastcall__ ram2gs_detect(void);
uint8_t __fastcall__ ram2gs_cmd(char cmd);
#endif /* RAM2GS_ASM_H */