summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/special.c
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-11 15:49:56 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-11 15:49:56 +0000
commitb9ba2fc331cf0c1909659afa2b5e93d9cc34ad91 (patch)
treedebdfe0bf60b076aa0c07caf5ba06887217087a2 /src/mess/drivers/special.c
parentb67e8155b68e3f6346d4419960dca7a274ac298d (diff)
given to another couple of sound devices their own include. nw.
Diffstat (limited to 'src/mess/drivers/special.c')
-rw-r--r--src/mess/drivers/special.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/special.c b/src/mess/drivers/special.c
index 50f7cfb05dc..01a5d3fa15e 100644
--- a/src/mess/drivers/special.c
+++ b/src/mess/drivers/special.c
@@ -433,7 +433,7 @@ static MACHINE_CONFIG_DERIVED( specimx, special )
MCFG_PALETTE_INIT_OWNER(special_state, specimx )
/* audio hardware */
- MCFG_SOUND_ADD("custom", SPECIMX, 0)
+ MCFG_SOUND_ADD("custom", SPECIMX_SND, 0)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
/* Devices */