summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-06-15 15:06:55 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-06-15 15:06:55 -0400
commitf84c98d3230874ef6352db6c85eb79f90b121c63 (patch)
tree605390c941e9b368bda8c5e87952d0ba3134972f
parent410384f497cb26c2b5965709dd5d00eb9852598b (diff)
Actual substitution (oops, nw)
-rw-r--r--src/mame/drivers/arkanoid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/arkanoid.cpp b/src/mame/drivers/arkanoid.cpp
index 76b3e1ba545..55ec33a571c 100644
--- a/src/mame/drivers/arkanoid.cpp
+++ b/src/mame/drivers/arkanoid.cpp
@@ -1394,7 +1394,7 @@ static MACHINE_CONFIG_DERIVED( bootleg, arkanoid )
MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( aysnd, bootleg )
- MCFG_SOUND_ADD("aysnd", AY8910, XTAL_12MHz/4)
+ MCFG_SOUND_REPLACE("aysnd", AY8910, XTAL_12MHz/4)
MCFG_AY8910_OUTPUT_TYPE(AY8910_SINGLE_OUTPUT)
MCFG_AY8910_PORT_A_READ_CB(IOPORT("UNUSED"))
MCFG_AY8910_PORT_B_READ_CB(IOPORT("DSW"))