mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 07:48:58 +00:00
Fix typo in comment.
svn-id: r21298
This commit is contained in:
parent
e6f329e3fc
commit
ee6f7626bf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user