]> git.sesse.net Git - c64tapwav/blob - common.h
Split the synth part into a library, with a Makefile.
[c64tapwav] / common.h
1 #ifndef _COMMON_H
2 #define _COMMON_H 1
3
4 #define WAVE_FREQ 44100
5 #define C64_FREQ 985248
6
7 #endif  // !defined(_COMMON_H)