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
/
engines
/
sci
/
sound
/
drivers
/
adlib.cpp
Age
Commit message (
Expand
)
Author
2015-07-07
SCI: Delete OPL when init fails
Walter van Niftrik
2015-07-07
SCI: Check OPL init return code
Walter van Niftrik
2015-07-07
AUDIO: Remove all AudioStream access to OPL
Matthew Hoops
2015-07-07
SCI: Use the built-in OPL timer
Matthew Hoops
2015-07-07
AUDIO: Remove the sample rate configuration from the OPL code
Matthew Hoops
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-01
SCI: Silence some false positive warnings - CID 1003539, 1003540, 1003541, 10...
Filippos Karapetis
2012-09-01
SCI: Limit the hack used for sound initialization to the Fun Seeker's demo only
Filippos Karapetis
2011-11-04
SCI: Removed a duplicate variable assignment
Filippos Karapetis
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-03
SCI: Don't ignore SysEx messages at the driver level but warn instead
md5
2011-03-03
SCI: Slight cleanup of some sound drivers
md5
2011-02-26
SCI: Avoid hiding overloaded virtual methods
Ori Avtalion
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-09-14
SCI: Some constification.
Johannes Schickel
2010-09-09
SCI: Fix last MIDI channel number for adlib driver
Walter van Niftrik
2010-09-06
SCI: AdLib: process patch change commands when playswitch is off.
Walter van Niftrik
2010-06-19
SCI: AdLib: add dummy instruments when there are only 48 in the patch
Walter van Niftrik
2010-06-18
Fixed show_instruments to ignore instruments in Sierra's special MIDI channel...
Filippos Karapetis
2010-06-18
Added hints inside validate_arithmetic(), together with some code useful for ...
Filippos Karapetis
2010-06-18
Added an explanation about the invalid instruments used when using the Adlib ...
Filippos Karapetis
2010-06-18
SCI: change error() inside adlib driver ::setPatch() to warning() again, fixi...
Martin Kiewitz
2010-06-17
Strict mode: Changed several warnings due to logic bugs into errors. If an er...
Filippos Karapetis
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-02-17
SCI: Reduce header interdependencies
Max Horn
2010-01-26
SCI: Add driver for Yamaha FB-01. Cleanup.
Walter van Niftrik
2010-01-25
Change some comments to use "AdLib" instead of "adlib".
Johannes Schickel
2010-01-21
SCI: Renamed softseq/ to drivers/
Walter van Niftrik