aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/opl
AgeCommit message (Expand)Author
2015-07-07AUDIO: Introduce a callback to the OPL codeMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-09AUDIO: Silence C++11 narrowing warnings.Johannes Schickel
2012-10-01AUDIO: Add easy way to write to OPL3's secondary register set.Johannes Schickel
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-10-28AUDIO: Adapt include guard names to the "new" directory name.Johannes Schickel
2011-09-23AUDIO: Sync DOSBox OPL code a bit.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-23AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with mallocJulien
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
2011-05-23AUDIO: Explicitly instantiate & name RandomSource used by MAME OPLMax Horn
2011-05-21DS: Fix some OPL data which was incorrectly freed from the main heap on the D...agent-q
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-19ALL: s/PI/M_PI/dhewg
2011-03-19AUDIO: Changed several places that use PI to use M_PI insteadmd5
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn