Re: winamp plugin with an fm801
Brought to you by:
dynamite
From: Darron B. <da...@ke...> - 2005-05-30 12:46:18
|
In message <200...@gm...>, Simon Peter wrote: >> I would like to update any code locally for the plugin/core to >> determine if the other registers mentioned above are indeed stopping >> noise emanating from the fm801 or not, hence I would like some advice >> from knowledgable adplug coders as to what source files I need to play >> with to try and get this to make a sound. > >All important stuff for the hardware OPL output is in the file >src/realopl.cpp inside the AdPlug core library. The hardware-writing >methods there are detect() and hardwrite(). Hi again. From a quick inspection it would seem that this will only work with an OPL2 device, hence this won't work in the core without updating it to support OPL3. From a quick inspection of the opl3 programming guide online at numerous locations, at the very least the operator maps for the two devices are different and would need to be selected appropriately i will look at this a bit later. bye |