]> git.sesse.net Git - c64tapwav/blobdiff - common.h
Split the synth part into a library, with a Makefile.
[c64tapwav] / common.h
diff --git a/common.h b/common.h
new file mode 100644 (file)
index 0000000..32cc6b5
--- /dev/null
+++ b/common.h
@@ -0,0 +1,7 @@
+#ifndef _COMMON_H
+#define _COMMON_H 1
+
+#define WAVE_FREQ 44100
+#define C64_FREQ 985248
+
+#endif  // !defined(_COMMON_H)