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