MCUME/MCUME_pico/picovcs/Vcsemu.h

10 wiersze
169 B
C
Czysty Zwykły widok Historia

2021-04-10 10:28:04 +00:00
extern void vcs_Init(void);
extern void vcs_Start(char * filename);
extern void vcs_Stop(void);
extern void vcs_Step(void);
extern void vcs_Input(int key);
2021-04-10 10:28:04 +00:00