Modules/trilo/trilo scc player
From MSX Game Library
< Modules
The trilo_scc_player module handle the playback of TriloTracker SCC musics and SFX.
Original musics are in TMU format and have to be converted to ASM format first. Use tmucompiler to gegnerate assembler file (the script convert TMU to ASM, then convert ASM to be supported by SDCC assembler, sdasz80).
SCC sound chip is visible to CPU through bank #2 (address 8000h to 9FFFh). As player have to switch this bank to SCC, both the TriloTracker player and the music data must be in another bank.
Adding trilo_scc_player module in front of the modules list allow to put it in bank #0 or #1. Then