Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company.

Check this for reference:
http://en.wikipedia.org/wiki/Ad_Lib,_Inc.
http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card)

This commit does not touch "adlib" and "ADLIB" uses!

Also it does not update all the SCUMM detection entries, which still use "Adlib".

svn-id: r47279
This commit is contained in:
Johannes Schickel 2010-01-12 21:07:56 +00:00
parent 1ebe047972
commit 0d995c5920
54 changed files with 738 additions and 738 deletions

View file

@ -1075,7 +1075,7 @@ void Sci1SongIterator::init() {
priority = 0;
_ccc = 0;
_deviceId = 0x00; // Default to Sound Blaster/Adlib for purposes of cue computation
_deviceId = 0x00; // Default to Sound Blaster/AdLib for purposes of cue computation
_numChannels = 0;
_initialised = false;
_delayRemaining = 0;