projects
/
c64tapwav
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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)