- reorganized project directory structure
[z80comp2] / emu / src / cpu.h
diff --git a/emu/src/cpu.h b/emu/src/cpu.h
new file mode 100644 (file)
index 0000000..f9f5b4d
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef CPU_H_
+#define CPU_H_
+
+void cpu_reset(void);
+void cpu_step(void);
+
+#endif /* CPU_H_ */