1Fermer3
HPMANLe 21/06/2017 à 22:21
Been updating 2610 info lately so I had some thinking about it.

I believe the only good solution comes with writing a proper tracker. I wouldn't pursue with MVStracker and its z80 emulation approach tho.
In a nutshell you want to import and run the mame 2610 core in your application, then you can simply play instruments by writing to its ports. Keep z80 out of the equation for now. From there playing instruments is trivial and 95% of the job is writing a tracker display/interface.
That's basically rewriting Deflemask but it's not open source, so yeah...

Once you have the tracker writing the Z80 driver should be a separate project.