Home
last modified time | relevance | path

Searched refs:modmemory (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/hxcmod-player/
H A Dhxcmod.c1436 unsigned char * modmemory,* endmodmemory; in hxcmod_load() local
1438 modmemory = (unsigned char *)mod_data; in hxcmod_load()
1439 endmodmemory = modmemory + mod_data_size; in hxcmod_load()
1441 if( modmemory ) in hxcmod_load()
1448 memcopy(&(modctx->song),modmemory,1084); in hxcmod_load()
1514 modmemory += 600; in hxcmod_load()
1519 modmemory += 1084; in hxcmod_load()
1525 if( modmemory >= endmodmemory ) in hxcmod_load()
1533 modctx->patterndata[max] = (note*)modmemory; in hxcmod_load()
1534 modmemory += (256*modctx->number_of_channels); in hxcmod_load()
[all …]