Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ OPLCloseTable
Function
OPLCloseTable
src/Engine/Adlib/fmopl.cpp:705–711 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
703
704
705
static void OPLCloseTable( void )
706
{
707
free(TL_TABLE);
708
free(SIN_TABLE);
709
free(AMS_TABLE);
710
free(VIB_TABLE);
711
}
712
713
/* CSM Key Controll */
714
INLINE void CSMKeyControll(OPL_CH *CH)
Callers
1
OPL_UnLockTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected