Adjusted Apple2 port to the new Contiki kernel (and fixed / tuned pseudo clock).
diff --git a/contiki-apple2/conf/clock-conf.h b/contiki-apple2/conf/clock-conf.h
new file mode 100644
index 0000000..18dc221
--- /dev/null
+++ b/contiki-apple2/conf/clock-conf.h
@@ -0,0 +1,8 @@
+#ifndef __CLOCK_CONF_H__
+#define __CLOCK_CONF_H___
+
+typedef unsigned short clock_time_t;
+
+#define CLOCK_CONF_SECOND 500
+
+#endif /* __CLOCK_CONF_H__ */