MCUME/MCUME_esp32/esp64/main/c64.h
2019-08-21 11:13:22 +02:00

5 lines
129 B
C

extern void c64_Init(void);
extern void c64_Step(void);
extern void c64_Start(char * filename);
extern void c64_Input(int key);