summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/snkwave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/snkwave.h')
-rw-r--r--src/emu/sound/snkwave.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/emu/sound/snkwave.h b/src/emu/sound/snkwave.h
index 19fcbd82fe0..97373410e37 100644
--- a/src/emu/sound/snkwave.h
+++ b/src/emu/sound/snkwave.h
@@ -10,11 +10,9 @@
//**************************************************************************
#define MCFG_SNKWAVE_ADD(_tag, _clock) \
- MCFG_DEVICE_ADD(_tag, SNKWAVE, _clock) \
-
+ MCFG_DEVICE_ADD(_tag, SNKWAVE, _clock)
#define MCFG_SNKWAVE_REPLACE(_tag, _clock) \
- MCFG_DEVICE_REPLACE(_tag, SNKWAVE, _clock) \
-
+ MCFG_DEVICE_REPLACE(_tag, SNKWAVE, _clock)
//**************************************************************************