summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-02-16 14:47:36 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-02-16 14:47:36 +0100
commitb3936428ab7ab16420a196146f1ace2c4bd6c12a (patch)
tree297a46b347f759803e358cf5abb524a92a335ac9
parentc1ba9b3616a08ec8a8b8da9fd3210e02cf91d022 (diff)
pce_slot.h: forgot to actually remove the macros (nw)
-rw-r--r--src/devices/bus/pce/pce_slot.h11
1 files changed, 0 insertions, 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<pce_cart_slot_device *>(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<pce_cart_slot_device *>(device)->set_intf("tg16_cart");
-
-
#endif // MAME_BUS_PCE_PCE_SLOT_H