summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/nile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/nile.h')
-rw-r--r--src/emu/sound/nile.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/emu/sound/nile.h b/src/emu/sound/nile.h
index 50cd2b5be4a..c6809e31eee 100644
--- a/src/emu/sound/nile.h
+++ b/src/emu/sound/nile.h
@@ -9,11 +9,9 @@
//**************************************************************************
#define MCFG_NILE_ADD(_tag, _clock) \
- MCFG_DEVICE_ADD(_tag, NILE, _clock) \
-
+ MCFG_DEVICE_ADD(_tag, NILE, _clock)
#define MCFG_NILE_REPLACE(_tag, _clock) \
- MCFG_DEVICE_REPLACE(_tag, NILE, _clock) \
-
+ MCFG_DEVICE_REPLACE(_tag, NILE, _clock)
//**************************************************************************