MCUME/MCUME_teensy/teensymsx/fmsx.h
jean-marcharvengt 4023fce0c4 add msx computer
2020-03-15 17:14:13 +01:00

5 lines
131 B
C

extern void msx_Init(void);
extern void msx_Step(void);
extern void msx_Start(char * filename);
extern void msx_Input(int click);