From b3936428ab7ab16420a196146f1ace2c4bd6c12a Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sat, 16 Feb 2019 14:47:36 +0100 Subject: pce_slot.h: forgot to actually remove the macros (nw) --- src/devices/bus/pce/pce_slot.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/devices/bus/pce/pce_slot.h b/src/devices/bus/pce/pce_slot.h index 9c95a92484b..add982a534b 100644 --- a/src/devices/bus/pce/pce_slot.h +++ b/src/devices/bus/pce/pce_slot.h @@ -126,15 +126,4 @@ DECLARE_DEVICE_TYPE(PCE_CART_SLOT, pce_cart_slot_device) #define PCESLOT_ROM_REGION_TAG ":cart:rom" -#define MCFG_PCE_CARTRIDGE_ADD(_tag,_slot_intf,_def_slot) \ - MCFG_DEVICE_ADD(_tag, PCE_CART_SLOT, 0) \ - MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, false) \ - static_cast(device)->set_intf("pce_cart"); - -#define MCFG_TG16_CARTRIDGE_ADD(_tag,_slot_intf,_def_slot) \ - MCFG_DEVICE_ADD(_tag, PCE_CART_SLOT, 0) \ - MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, false) \ - static_cast(device)->set_intf("tg16_cart"); - - #endif // MAME_BUS_PCE_PCE_SLOT_H -- cgit v1.2.3