aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/sid.cpp
AgeCommit message (Collapse)Author
2018-07-22GUI: Use consistent capitalization for optionsThierry Crozat
As discussed on the mailing list we should use title capitalization only for push buttons and tabs and use sentence capitalization for everything else.
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-24JANITORIAL: Fix ){ -> ) {Einar Johan Trøan Sømåen
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-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850