X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=z80comp2;a=blobdiff_plain;f=emu%2Fsrc%2Fcpu.h;fp=emu%2Fsrc%2Fcpu.h;h=f9f5b4d61c3d57cfb450ff5c8b802c2ae05fa752;hp=0000000000000000000000000000000000000000;hb=a0a85eb847ff3bb5da13e78618efdcd1b9f588cf;hpb=b55f31d1ac4a1991f2ad7b2d17be06969ea25e47 diff --git a/emu/src/cpu.h b/emu/src/cpu.h new file mode 100644 index 0000000..f9f5b4d --- /dev/null +++ b/emu/src/cpu.h @@ -0,0 +1,7 @@ +#ifndef CPU_H_ +#define CPU_H_ + +void cpu_reset(void); +void cpu_step(void); + +#endif /* CPU_H_ */