X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=blobdiff_plain;f=common.h;fp=common.h;h=32cc6b52ed9959fe7c890ff26e4cfe88e48a8ff1;hp=0000000000000000000000000000000000000000;hb=02cfbb7d322c6a683924ceb3b6277fca33c6b97e;hpb=35d290f19c02f0e884f4baec704851cfd1b86988 diff --git a/common.h b/common.h new file mode 100644 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)