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
/
mame.cpp
Age
Commit message (
Expand
)
Author
2018-04-07
DS: Fix compilation with devkitARM r47
Cameron Cawley
2016-01-07
AUDIO: Fix clang warning in mame.cpp.
Johannes Schickel
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: 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-03-17
ALL: Make use of defined() for the preprocessor consistent.
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
AUDIO: Changed several places that use PI to use M_PI instead
md5
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn