adplug / adplay-dos

AdPlug's DOS frontend
8 stars 1 forks source link

Can adplay-dos work with OPL2LPT ? #2

Open zhblue opened 3 years ago

zhblue commented 3 years ago

tried force set OPL port to 0x378 , not working. wish to get this work.

Malvineous commented 3 years ago

I'm not familiar with the OPL2LPT but the LPT parallel port works quite differently to the OPL chip, so I imagine you'll have to write an output driver for it in AdPlug, then implement support for that new output driver in AdPlay.

I don't think anyone is currently working on this (or has access to an OPL2LPT) but if you're willing to write the code I'd be happy to merge it.

binarymaster commented 4 months ago

@zhblue see opl2lpt_write and opl3lpt_write routines there: https://github.com/pdewacht/adlipt/issues/1#issuecomment-352285382