aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/sid.h
AgeCommit message (Collapse)Author
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h)
2011-10-28AUDIO: Slight adaptions of SID code to our guidelines.Johannes Schickel
This only touches #include usages and the include guard of sid.h.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-02AUDIO: Rename clock() -> updateClock() in SID emulatorMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850