summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/votrax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/votrax.h')
-rw-r--r--src/emu/sound/votrax.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/sound/votrax.h b/src/emu/sound/votrax.h
index 8e4b3db69c3..07e51b9c8c9 100644
--- a/src/emu/sound/votrax.h
+++ b/src/emu/sound/votrax.h
@@ -51,8 +51,7 @@
#define MCFG_VOTRAX_SC01_ADD(_tag, _clock, _interface) \
MCFG_DEVICE_ADD(_tag, VOTRAX_SC01, _clock) \
- votrax_sc01_device::static_set_interface(*device, _interface); \
-
+ votrax_sc01_device::static_set_interface(*device, _interface);
//**************************************************************************