I am currently trying to make a sort of Vortex Tracker II clone using my limited C and windowsAPI knowledge.
The plan is simple: Reimplement the VTII functionalities and expand them with 5 new SCC channels without the PSG specific attributes (envelope etc.). So that we can finally produce real 8 channel music in our projects.
But I am wondering if there are some Out-of-the-Box PSG and SCC emulation solutions available. I have taken a look a Meisei and Marat's EMUlib for examples. But I am a 'bit' clueless on how to make it work. I was hoping to find a solution where I was only to write the PSG and SCC registers and that the rest is done by the libraries.
It would be a shame to loose any more time coding the emulation myself while all those projects are piling up 


)