Skip to content

Commit

Permalink
ym2612.c, fix states
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Oct 15, 2024
1 parent ef74f58 commit b68ae8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/burn/snd/ym2612.c
Original file line number Diff line number Diff line change
Expand Up @@ -2199,6 +2199,7 @@ static void scan_ym2612_internal()
memset(&ba, 0, sizeof(ba));
ba.Data = &ym2612.CH[i].SLOT[j];
ba.nLen = STRUCT_SIZE_HELPER(FM_SLOT, AMmask);
ba.szName = szName;
BurnAcb(&ba);
}
}
Expand Down

1 comment on commit b68ae8a

@Igor-Arabe
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx.

Please sign in to comment.