Skip to content

Commit

Permalink
missing length counter update call for wave channel
Browse files Browse the repository at this point in the history
broke street fighter 2
  • Loading branch information
baines committed Mar 17, 2020
1 parent db2b01c commit d880bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ void audio_write(uint16_t addr, uint8_t val){

case 0xFF1B:
chans[i].len.load = val;
chan_update_len(i);
break;

case 0xFF13:
Expand Down

0 comments on commit d880bfc

Please sign in to comment.