c64.h
1  extern void c64_Init(void);
2  extern void c64_Step(void);
3  extern void c64_Start(char * filename);
4  extern void c64_Input(int key);
5