mirror of https://github.com/mgba-emu/mgba.git
GBA Audio: Fix deserializing SOUNDCNT_L
This commit is contained in:
parent
4880a1e041
commit
c38ee0ff09
1
CHANGES
1
CHANGES
|
@ -1,6 +1,7 @@
|
|||
0.8.4: (Future)
|
||||
Emulation fixes:
|
||||
- GB Audio: Fix initial sweep state
|
||||
- GBA Audio: Fix deserializing SOUNDCNT_L
|
||||
- GBA Video: Invalidate map cache when modifying BGCNT (fixes mgba.io/i/1846)
|
||||
Other fixes:
|
||||
- 3DS: Redo video sync to be more precise
|
||||
|
|
|
@ -294,7 +294,7 @@ static const int _isWSpecialRegister[REG_MAX >> 1] = {
|
|||
// Audio
|
||||
1, 1, 1, 0, 1, 0, 1, 0,
|
||||
1, 0, 1, 0, 1, 0, 1, 0,
|
||||
1, 0, 1, 0, 0, 0, 0, 0,
|
||||
0, 0, 1, 0, 0, 0, 0, 0,
|
||||
1, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 1, 0, 0, 0, 0,
|
||||
// DMA
|
||||
|
|
Loading…
Reference in New Issue