aboutsummaryrefslogtreecommitdiff
path: root/audio/fmopl.cpp
AgeCommit message (Expand)Author
2019-11-17AUDIO: Fix Missing Default Switch CasesD G Turner
2019-08-23AUDIO: (opl2lpt) add OPL3LPT supportJames Ye
2018-04-08AUDIO: add support for OPL2LPTVincent Bernat
2018-04-07AUDIO: Add Nuked OPL3 corenukeykt
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2015-07-07AUDIO: List OPL3 support for ALSA AdLib driverWalter van Niftrik
2015-07-07AUDIO: Add experimental hardware OPL support using ALSAWalter van Niftrik
2015-07-07AUDIO: Add a class representing a real OPLMatthew Hoops
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07AUDIO: Change callback frequency without restarting the audio streamMatthew Hoops
2015-07-07AUDIO: Be consistent with calling stop() in OPL destructorsMatthew Hoops
2015-07-07AUDIO: Allow for changing the OPL timer rateMatthew Hoops
2015-07-07AUDIO: Introduce a callback to the OPL codeMatthew Hoops
2015-07-07AUDIO: Remove the legacy OPL APIMatthew Hoops
2015-07-07AUDIO: Fix abuse of driver IDs in OPL code.Johannes Schickel
2015-05-30FMOPL: Fix confusing "opl_driver" behaviorTorbjörn Andersson
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-28AUDIO: Fix identation. CID 1003641Eugene Sandulenko
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn