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

Function OPLReInit

src/Engine/Adlib/fmopl.cpp:1262–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260}
1261
1262void OPLReInit(FM_OPL *OPL, int clock, int rate)
1263{
1264 /* set channel state pointer */
1265 OPL->clock = clock;
1266 OPL->rate = rate;
1267 /* init global tables */
1268 OPL_initalize(OPL);
1269}
1270
1271
1272/* ---------- Destroy one of virtual YM3812 ---------- */

Callers

nothing calls this directly

Calls 1

OPL_initalizeFunction · 0.85

Tested by

no test coverage detected