summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/tvcexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/tvcexp.h')
-rw-r--r--src/mess/machine/tvcexp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/machine/tvcexp.h b/src/mess/machine/tvcexp.h
index b189460302c..819fdbc26be 100644
--- a/src/mess/machine/tvcexp.h
+++ b/src/mess/machine/tvcexp.h
@@ -128,6 +128,5 @@ extern const device_type TVCEXP_SLOT;
#define MCFG_TVC64_EXPANSION_ADD(_tag,_config,_slot_intf,_def_slot,_def_inp) \
MCFG_DEVICE_ADD(_tag, TVCEXP_SLOT, 0) \
MCFG_DEVICE_CONFIG(_config) \
- MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, _def_inp, false) \
-
+ MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, _def_inp, false)
#endif /* __TVCEXP_H__ */