]> git.sesse.net Git - c64tapwav/blob - common.h
Store only the right-hand side of the Lanczos table, saving a branch.
[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)