mirror of
https://github.com/holub/mame
synced 2025-04-29 03:20:50 +03:00
01814: YM2608 games (tail2nos, sformula, wc90, mechatt): Only basic music, no more samples
* added AY8910_SINGLE_OUTPUT to enable *all* channels - ouch
This commit is contained in:
parent
009fcb7b7c
commit
e3ad59550d
@ -674,7 +674,7 @@ static void sound_irq( int irq )
|
|||||||
static const struct YM2608interface ym2608_interface =
|
static const struct YM2608interface ym2608_interface =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
AY8910_LEGACY_OUTPUT,
|
AY8910_LEGACY_OUTPUT | AY8910_SINGLE_OUTPUT,
|
||||||
AY8910_DEFAULT_LOADS,
|
AY8910_DEFAULT_LOADS,
|
||||||
NULL, NULL, NULL, NULL
|
NULL, NULL, NULL, NULL
|
||||||
},
|
},
|
||||||
|
@ -534,7 +534,7 @@ static void irqhandler(int irq)
|
|||||||
static const struct YM2608interface ym2608_interface =
|
static const struct YM2608interface ym2608_interface =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
AY8910_LEGACY_OUTPUT,
|
AY8910_LEGACY_OUTPUT | AY8910_SINGLE_OUTPUT,
|
||||||
AY8910_DEFAULT_LOADS,
|
AY8910_DEFAULT_LOADS,
|
||||||
NULL, NULL, NULL, NULL
|
NULL, NULL, NULL, NULL
|
||||||
},
|
},
|
||||||
|
@ -225,7 +225,7 @@ static void irqhandler(int irq)
|
|||||||
static const struct YM2608interface ym2608_interface =
|
static const struct YM2608interface ym2608_interface =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
AY8910_LEGACY_OUTPUT,
|
AY8910_LEGACY_OUTPUT | AY8910_SINGLE_OUTPUT,
|
||||||
AY8910_DEFAULT_LOADS,
|
AY8910_DEFAULT_LOADS,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
@ -310,7 +310,7 @@ static void irqhandler(int irq)
|
|||||||
static const struct YM2608interface ym2608_interface =
|
static const struct YM2608interface ym2608_interface =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
AY8910_LEGACY_OUTPUT,
|
AY8910_LEGACY_OUTPUT | AY8910_SINGLE_OUTPUT,
|
||||||
AY8910_DEFAULT_LOADS,
|
AY8910_DEFAULT_LOADS,
|
||||||
NULL, NULL, NULL, NULL
|
NULL, NULL, NULL, NULL
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user