summaryrefslogtreecommitdiffstats
path: root/sw/z80/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sw/z80/kernel.c')
-rw-r--r--sw/z80/kernel.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/z80/kernel.c b/sw/z80/kernel.c
new file mode 100644
index 0000000..172eee1
--- /dev/null
+++ b/sw/z80/kernel.c
@@ -0,0 +1,7 @@
+#include "types.h"
+
+
+void main(void)
+{
+
+}