MCUME/MCUME_teensy41/teensycastaway/wrapemu.h

11 wiersze
224 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern void ast_Init(void);
extern void ast_Step(void);
extern void ast_Start(char * floppy1, char * floppy2, int mode);
extern void ast_Input(int click);
#ifdef __cplusplus
}
#endif