diff --git a/CHANGES b/CHANGES index 4d7db503c..186cc3a15 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ Bugfixes: - GB Video: Fix enabling window when LY > WY (fixes mgba.io/i/409) - PowerPC: Fix several potential crashes (fixes mgba.io/i/1089) - Qt: Fix build with Qt 5.11 (fixes mgba.io/i/1094) + - GBA Serialize: Fix loading channel 3 volume (fixes mgba.io/i/1107) 0.6.3: (2017-04-14) Bugfixes: diff --git a/src/gba/io.c b/src/gba/io.c index 9dcdd98ee..b75626a39 100644 --- a/src/gba/io.c +++ b/src/gba/io.c @@ -293,7 +293,7 @@ static const int _isWSpecialRegister[REG_MAX >> 1] = { 0, 0, 0, 0, 0, 0, 0, 0, // Audio 1, 1, 1, 0, 1, 0, 1, 0, - 1, 1, 1, 0, 1, 0, 1, 0, + 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0,