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
/
sound
/
softsynth
/
opl
Age
Commit message (
Expand
)
Author
2010-04-17
Fixing some warnings (with gcc 3.3.6)
Max Horn
2010-04-09
Add missing cases to switch statements, remove whitespace
Ori Avtalion
2010-03-18
COMMON: Move Common::RandomSource to common/random.*
Max Horn
2010-03-12
This hopefully fixes building on win64.
Johannes Schickel
2010-03-09
Initialise 'releaseAdd' to avoid a Valgrind warning in Write20() when the
Torbjörn Andersson
2010-03-08
Add a slight comment when the DBOPL sources where synched with DOSBox.
Johannes Schickel
2010-03-08
Use memset instead of a custom loop for zeroing the sample buffer.
Johannes Schickel
2010-03-08
Cleanup.
Johannes Schickel
2010-03-08
Switch to the other DOSBox OPL emulator as suggested by the DOSBox developers.
Johannes Schickel
2010-01-25
- Remove "(experimental)" mark from DOSBox OPL emulator description in GUI
Johannes Schickel
2010-01-25
Replace some more Adlib uses by AdLib.
Johannes Schickel
2009-12-30
Add Nintendo 64 port to trunk.
Fabio Battaglia
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-29
Double volume of DOSBox' OPL emulator, like DOSBox does too.
Johannes Schickel
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-13
Make g++ 4.4 happy (warning about out of bounds access).
Johannes Schickel
2009-05-12
- Add support for selecting the OPL emulator being used (config entry: "opl_d...
Johannes Schickel
2009-05-06
For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so MS...
Johannes Schickel
2009-05-06
Another attempt at fixing MSVC compiliation. (someone test this please ;-)
Johannes Schickel
2009-05-06
Don't include headers inside namespace scopes. This should fix compilation on...
Johannes Schickel
2009-05-06
Added a reference to scummsys.h to fix compilation errors
Paul Gilbert
2009-05-06
Fix feedback/algorithm register write bugs in Dual OPL2 mode.
Johannes Schickel
2009-05-05
Really fix Dual OPL2 initialization.
Johannes Schickel
2009-05-05
Dual OPL2 initialization bugfix.
Johannes Schickel
2009-05-05
Cleanup:
Johannes Schickel
2009-05-05
AdLib emulator changes part2:
Johannes Schickel
2009-05-05
AdLib emulator changes part1 (breaks compilation :-/):
Johannes Schickel