diff options
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/sound/adlib.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/sound/adlib.cpp b/engines/gob/sound/adlib.cpp index b3d392ad1e..90f7852b33 100644 --- a/engines/gob/sound/adlib.cpp +++ b/engines/gob/sound/adlib.cpp @@ -165,8 +165,8 @@ void AdLib::reset() { for (int i = 0; i < 9; i++) { writeOPL(0xA0 | i, 0); writeOPL(0xB0 | i, 0); - writeOPL(0xE0 | _operators[i] , 0); - writeOPL(0xE0 | _operators[i] + 3, 0); + writeOPL(0xE0 | _operators[i] , 0); + writeOPL(0xE0 |(_operators[i] + 3), 0); } // Authorize the control of the waveformes |