mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Fixed AY-3-8910 output mode in Draco.
This commit is contained in:
parent
ec6953c047
commit
fd00d5fb31
@ -161,7 +161,7 @@ static WRITE8_HANDLER( draco_ay8910_port_b_w )
|
||||
|
||||
static const struct AY8910interface ay8910_interface =
|
||||
{
|
||||
AY8910_LEGACY_OUTPUT,
|
||||
AY8910_SINGLE_OUTPUT,
|
||||
AY8910_DEFAULT_LOADS,
|
||||
NULL,
|
||||
NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user