aboutsummaryrefslogtreecommitdiff
path: root/c64/tape.h
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2012-02-10 14:25:38 +0100
committerReiner Herrmann <reiner@reiner-h.de>2012-02-10 14:25:38 +0100
commita5d7e68af96d9b62821d8fd47f5039c5bae5d421 (patch)
treeab7d1a70312afb74dc7184d8b269b08f332f4b74 /c64/tape.h
added original sam_player code
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