MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / MuteControl

Method MuteControl

source/Mockingboard.cpp:916–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914//-----------------------------------------------------------------------------
915
916void MockingboardCard::MuteControl(bool mute)
917{
918 if (mute)
919 {
920 for (UINT i = 0; i < NUM_SSI263; i++)
921 m_MBSubUnit[i].ssi263.Mute();
922 }
923 else
924 {
925 for (UINT i = 0; i < NUM_SSI263; i++)
926 m_MBSubUnit[i].ssi263.Unmute();
927 }
928}
929
930//-----------------------------------------------------------------------------
931

Callers 1

ContinueExecutionFunction · 0.45

Calls 2

MuteMethod · 0.80
UnmuteMethod · 0.80

Tested by

no test coverage detected