4 lines
97 B
C
4 lines
97 B
C
extern void nes_Init(void);
|
|
extern void nes_Step(void);
|
|
extern void nes_Start(char * filename);
|
|
|