MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / OPL_UnLockTable

Function OPL_UnLockTable

src/Engine/Adlib/fmopl.cpp:1025–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023}
1024
1025static void OPL_UnLockTable(void)
1026{
1027 if(num_lock) num_lock--;
1028 if(num_lock) return;
1029 /* last time */
1030 cur_chip = NULL;
1031 OPLCloseTable();
1032}
1033
1034#if (BUILD_YM3812 || BUILD_YM3526)
1035/*******************************************************************************/

Callers 1

OPLDestroyFunction · 0.85

Calls 1

OPLCloseTableFunction · 0.85

Tested by

no test coverage detected