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

2009-10-28 Thread Stuart Brady
On Thu, Oct 29, 2009 at 01:50:11AM +0900, TAKEDA, toshiya wrote: > + > +/* This version of ay8910.c is a fork of the MAME 0.59 one, relicensed under > the LGPL. Where have you taken this from? Cheers, -- Stuart Brady

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

2009-10-28 Thread TAKEDA, toshiya
diff --git a/qemu/hw/ay8910.c b/qemu/hw/ay8910.c new file mode 100644 index 000..d371023 --- /dev/null +++ b/qemu/hw/ay8910.c @@ -0,0 +1,733 @@ +/*** + + ay8910.c + + + Emulation of the AY-3-8910 / YM2149 sound chip. + +