- reorganized project directory structure
[z80comp2] / emu / src / cpu.h
1 #ifndef CPU_H_
2 #define CPU_H_
3
4 void cpu_reset(void);
5 void cpu_step(void);
6
7 #endif  /* CPU_H_ */