mirror of
https://github.com/mattrberry/crab.git
synced 2025-02-03 08:48:25 +01:00
update default soundbias value
This commit is contained in:
parent
01cb35398c
commit
4505072049
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module GBA
|
|||
@soundcnt_l = Reg::SOUNDCNT_L.new 0
|
||||
getter soundcnt_h = Reg::SOUNDCNT_H.new 0
|
||||
@sound_enabled : Bool = false
|
||||
@soundbias = Reg::SOUNDBIAS.new 0x3FE
|
||||
@soundbias = Reg::SOUNDBIAS.new 0x200
|
||||
|
||||
@buffer = Slice(Int16).new BUFFER_SIZE
|
||||
@buffer_pos = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue