Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Update AY8930
Browse files Browse the repository at this point in the history
  • Loading branch information
eulyderg committed Apr 12, 2021
1 parent c5c53a4 commit a7da699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ChannelsAY8930.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ int CChannelHandlerAY8930::ConvertDuty(int Duty) // // //
void CChannelHandlerAY8930::ClearRegisters()
{
WriteReg(8 + m_iChannelID - CHANID_AY8930_CH1, 0); // Clear volume
WriteReg(0x16 + m_iChannelID - CHANID_AY8930_CH1, 0); // Clear duty
}

CString CChannelHandlerAY8930::GetCustomEffectString() const // // //
Expand Down

0 comments on commit a7da699

Please sign in to comment.