aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/opl/mame.cpp
AgeCommit message (Expand)Author
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-11-17AUDIO: Fix Missing Default Switch CasesD G Turner
2018-11-04BACKENDS: Remove references to the GP32 backendCameron Cawley
2018-04-07DS: Fix compilation with devkitARM r47Cameron Cawley
2016-01-07AUDIO: Fix clang warning in mame.cpp.Johannes Schickel
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07AUDIO: Be consistent with calling stop() in OPL destructorsMatthew Hoops
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-03-17ALL: Make use of defined() for the preprocessor consistent.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-19AUDIO: Changed several places that use PI to use M_PI insteadmd5
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn