Il 09/04/2013 19:28, Andreas Färber ha scritto: >> > +#ifdef HAS_YMF262 >> > +#define ADLIB_DESC "Yamaha YMF262 (OPL3)" >> > +#else >> > +#define ADLIB_DESC "Yamaha YM3812 (OPL2)" >> > +#endif > Shouldn't in the process of QOM'ifying this be split into two devices? > Is HAS_YMF262 user-selected or dependent on libraries or something? >
IIRC the OPL3 code is not under a GPL-compatible license (perhaps the MAME license?), the code is just there for people who want to combine it themselves. Paolo