summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/crvision/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/crvision/slot.h')
-rw-r--r--src/emu/bus/crvision/slot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/bus/crvision/slot.h b/src/emu/bus/crvision/slot.h
index db59daed13c..4219c153d1f 100644
--- a/src/emu/bus/crvision/slot.h
+++ b/src/emu/bus/crvision/slot.h
@@ -104,6 +104,5 @@ extern const device_type CRVISION_CART_SLOT;
#define MCFG_CRVISION_CARTRIDGE_ADD(_tag,_slot_intf,_def_slot) \
MCFG_DEVICE_ADD(_tag, CRVISION_CART_SLOT, 0) \
- MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, false) \
-
+ MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, false)
#endif