Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akatsuki105 committed Feb 2, 2024
1 parent 662f309 commit c5a3aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/gb/audio/audio.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func (a *audio) Reset(hasBIOS bool) {
a.sequencerCounter = 0
a.sequencerStep = 0
a.sampleTimer = 0
a.volume = 7
a.ioreg = [0x30]uint8{}
if !hasBIOS {
a.skipBIOS()
Expand Down

0 comments on commit c5a3aa0

Please sign in to comment.