GWRAM.SYSTEM/ram2gs_asm.h

9 lines
207 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_cmd(char cmd);
2023-08-16 07:53:59 +00:00
uint8_t __fastcall__ ram2gs_detect(char typecode);
uint8_t __fastcall__ ram2gs_getsize(void);
2020-07-22 04:47:25 +00:00
#endif /* RAM2GS_ASM_H */