Dear members. Laurent Desnogues wrote: >On Thu, Oct 29, 2009 at 9:14 AM, malc <av1...@comtv.ru> wrote: >> On Thu, 29 Oct 2009, Roy Tam wrote: >> >>> Version 0.37a of fmopl.c/h is relicensed to LGPL by Tatsuyuki >>> Satoh(original fmopl developer). >>> other versions are not. Especially newer versions by Jarek Burczynski >>> as he refused to relicense new fmopl to LGPL. >> >> The first part is the case, the fmopl.c used by QEMU is the relicensed >> LGPL version taken from adplug. As for refusal to relicense newer fmopl >> and ymf262 all i can say that my attempts to contact Jarek was >> unsuccessful so i don't know his real stance on the subject. > >I can ask questions on the MAME dev mailing-list. I just need a >list of what drivers are wanted for QEMU. I just hope the original >writers are still members of MAMEdev :-)
Sorry, without enough consideration, I thought there are no license problems because fmopl is already in qemu. Thank you very much for your offer to ask in MAME dev mailing-list. The modules needed are: ay8910.c and .h, fm.c and .h, ymdeltat.c and .h, ym2608intf.c and .h (original module name is 2608intf) If it is refused, it is easy to remove them in the patch. Makefile.target: -obj-i386-y += ay8910.o ymdeltat.o fm.o ym2608intf.o pc98sound.o hw/pc98.c #ifdef HAS_AUDIO pcspk_audio_init(isa_irq); - pc98_sound_init(isa_irq); #endif Thanks, TAKEDA, toshiya