diff --git a/src/devices/bus/intellec4/intellec4.h b/src/devices/bus/intellec4/intellec4.h index 2711f665600..b872d3c35cd 100644 --- a/src/devices/bus/intellec4/intellec4.h +++ b/src/devices/bus/intellec4/intellec4.h @@ -114,10 +114,6 @@ to implement the card in both systems. #pragma once -#define MCFG_INTELLEC4_UNIV_SLOT_REMOVE(slot_tag) \ - MCFG_DEVICE_REMOVE(slot_tag) - - #define MCFG_INTELLEC4_UNIV_BUS_ROM_SPACE(tag, space) \ downcast(*device).set_rom_space(tag, space);