aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/opl
AgeCommit message (Collapse)Author
2016-01-07AUDIO: Fix clang warning in mame.cpp.Johannes Schickel
2015-07-07AUDIO: Move ALSA OPL 'driver' out of softsynthMatthew Hoops
Might eventually be worth moving to backends/
2015-07-07AUDIO: Reset OPL registers in ALSA driverWalter van Niftrik
2015-07-07AUDIO: Fix ALSA AdLib OPL2 waveform maskWalter van Niftrik
2015-07-07AUDIO: Reset ALSA AdLib on exitWalter van Niftrik
2015-07-07AUDIO: Update 2nd operator panning for AdLib register 0xc0Walter van Niftrik
2015-07-07AUDIO: Fix bug in ALSA AdLib driverWalter van Niftrik
Thanks clone2727
2015-07-07AUDIO: Add experimental hardware OPL support using ALSAWalter van Niftrik
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: Limit the DOSBox start(0) hack to only being called onceMatthew Hoops
2015-07-07AUDIO: Introduce a callback to the OPL codeMatthew Hoops
Currently unused, but ready to be hooked up to various classes using it.
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
This does not change the use of defined for some NDS source files, since they seem to be (based on?) third party code.
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: Adapt include guard names to the "new" directory name.Johannes Schickel
2011-09-23AUDIO: Sync DOSBox OPL code a bit.Johannes Schickel
This only touches a line which is not used in the current setup.
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
I manually resolved all conflicts, and inspected every single change. Many were due to the version string mismatch and thus easily resolved. The MSVC project files add in the 1-3-0 branch were not merged, neither where the changes to gui/themes/translations.dat. Conflicts: NEWS backends/base-backend.cpp backends/graphics/samsungtvsdl/samsungtvsdl-graphics.cpp backends/module.mk backends/platform/ds/arm9/makefile backends/platform/psp/README.PSP backends/platform/samsungtv/main.cpp backends/platform/samsungtv/samsungtv.cpp backends/saves/posix/posix-saves.cpp base/commandLine.cpp base/internal_version.h base/main.cpp common/array.h configure devtools/create_project/create_project.cpp dists/android/AndroidManifest.xml dists/android/plugin-manifest.xml dists/iphone/Info.plist dists/irix/scummvm.spec dists/macosx/Info.plist dists/redhat/scummvm-tools.spec dists/redhat/scummvm.spec dists/scummvm.rc dists/slackware/scummvm.SlackBuild dists/wii/meta.xml engines/sci/parser/vocabulary.cpp engines/tinsel/handle.cpp gui/themes/translations.dat
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 ↵agent-q
DS port
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-03-19ALL: s/PI/M_PI/dhewg
Tip of the day: git grep -w PI
2011-03-19AUDIO: Changed several places that use PI to use M_PI insteadmd5
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850