Fix typo in comment.

svn-id: r21298
This commit is contained in:
Torbjörn Andersson 2006-03-14 19:08:09 +00:00
parent e6f329e3fc
commit ee6f7626bf

View File

@ -791,7 +791,7 @@ void AdlibDriver::unkOutput2(uint8 chan) {
uint8 offset = _regOffset[chan];
// The channel is cleared: First the attack/delay rate, then the
// sustain/release rate, and finally the note is turned off.
// sustain level/release rate, and finally the note is turned off.
writeOPL(0x60 + offset, 0xFF);
writeOPL(0x63 + offset, 0xFF);