index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
softsynth
/
opl
Age
Commit message (
Expand
)
Author
2018-05-24
JANITORIAL: Fix trailing whitespace
Adrian Frühwirth
2018-04-21
AUDIO: Silence compiler warning in Nuked OPL emulator
Adrian Frühwirth
2018-04-07
AUDIO: Really fix constant type in Nuked OPL emulator
Adrian Frühwirth
2018-04-07
AUDIO: Specify constant type in Nuked OPL emulator
Eugene Sandulenko
2018-04-07
CONFIGURE: Do not even try to build Nuked OPL when disabled
Eugene Sandulenko
2018-04-07
JANITORIAL: Add missing endline
Eugene Sandulenko
2018-04-07
AUDIO: Add Nuked OPL3 core
nukeykt
2018-04-07
DS: Fix compilation with devkitARM r47
Cameron Cawley
2017-08-06
JANITORIAL: Silence some more GCC 7 fall through warnings
Torbjörn Andersson
2016-01-07
AUDIO: Fix clang warning in mame.cpp.
Johannes Schickel
2015-07-07
AUDIO: Move ALSA OPL 'driver' out of softsynth
Matthew Hoops
2015-07-07
AUDIO: Reset OPL registers in ALSA driver
Walter van Niftrik
2015-07-07
AUDIO: Fix ALSA AdLib OPL2 waveform mask
Walter van Niftrik
2015-07-07
AUDIO: Reset ALSA AdLib on exit
Walter van Niftrik
2015-07-07
AUDIO: Update 2nd operator panning for AdLib register 0xc0
Walter van Niftrik
2015-07-07
AUDIO: Fix bug in ALSA AdLib driver
Walter van Niftrik
2015-07-07
AUDIO: Add experimental hardware OPL support using ALSA
Walter van Niftrik
2015-07-07
AUDIO: Remove all AudioStream access to OPL
Matthew Hoops
2015-07-07
AUDIO: Be consistent with calling stop() in OPL destructors
Matthew Hoops
2015-07-07
AUDIO: Limit the DOSBox start(0) hack to only being called once
Matthew Hoops
2015-07-07
AUDIO: Introduce a callback to the OPL code
Matthew Hoops
2015-07-07
AUDIO: Remove the sample rate configuration from the OPL code
Matthew Hoops
2014-02-18
AUDIO: Make GPL headers consistent in themselves.
Johannes Schickel
2013-01-09
AUDIO: Silence C++11 narrowing warnings.
Johannes Schickel
2012-10-01
AUDIO: Add easy way to write to OPL3's secondary register set.
Johannes Schickel
2012-03-17
ALL: Make use of defined() for the preprocessor consistent.
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-10-28
AUDIO: Adapt include guard names to the "new" directory name.
Johannes Schickel
2011-09-23
AUDIO: Sync DOSBox OPL code a bit.
Johannes Schickel
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-06-23
AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with malloc
Julien
2011-06-01
Merge branch 'branch-1-3-0' into master
Max Horn
2011-05-23
AUDIO: Explicitly instantiate & name RandomSource used by MAME OPL
Max Horn
2011-05-21
DS: Fix some OPL data which was incorrectly freed from the main heap on the D...
agent-q
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-19
ALL: s/PI/M_PI/
dhewg
2011-03-19
AUDIO: Changed several places that use PI to use M_PI instead
md5
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn