qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [PATCH v3 22/25] ay8910: YM2608 core forked from MA


From: TAKEDA, toshiya
Subject: Re: [Qemu-devel] Re: [PATCH v3 22/25] ay8910: YM2608 core forked from MAME 0.59
Date: Thu, 29 Oct 2009 22:33:55 +0900

Dear members.

Laurent Desnogues wrote:
>On Thu, Oct 29, 2009 at 9:14 AM, malc <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]