summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/special.c
diff options
context:
space:
mode:
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 */