aboutsummaryrefslogtreecommitdiff
path: root/c64/tape.h
diff options
context:
space:
mode:
Diffstat (limited to 'c64/tape.h')
-rw-r--r--c64/tape.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/c64/tape.h b/c64/tape.h
new file mode 100644
index 0000000..5776500
--- /dev/null
+++ b/c64/tape.h
@@ -0,0 +1,10 @@
+// tape.h
+//
+// 20060803 Markku Alén
+
+#ifndef __TAPE_H__
+#define __TAPE_H__ 1
+
+void init_tape(void);
+
+#endif