aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_towns.cpp
AgeCommit message (Collapse)Author
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble ↵Max Horn
Mixer::playRaw; also made makeLinearInputStream honor FLAG_LOOP (and for this, changed its loop related params slightly) svn-id: r25926
2007-02-26Using FLAG_AUTOFREE implies free() being called on the memory buffer you ↵Max Horn
passed to the audio stream code -- hence, use malloc and not new[] to allocate the buffer svn-id: r25877
2007-02-11should fix warnings in msvc.Johannes Schickel
svn-id: r25484
2007-01-29cleanupJohannes Schickel
svn-id: r25268
2007-01-29- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)Johannes Schickel
- gets rid of GameFlags::hasAudioCD svn-id: r25258