summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/scsi
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-02-14 17:57:12 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-02-14 17:57:12 +0100
commit9aa0a78c9844d6eed57739b1addc41dc07507dd3 (patch)
tree43e4a732cb0befa5b729843766e76b2be4ffade3 /src/devices/bus/scsi
parent2ed835fc02bfe553fe644d373b8ac02fee9cb8d2 (diff)
mame\video: removed MACHINE_CONFIG macros (nw)
mame\drivers: mostly removed MACHINE_CONFIG macros from drivers starting with w, x, y and z (nw)
Diffstat (limited to 'src/devices/bus/scsi')
-rw-r--r--src/devices/bus/scsi/scsihle.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/bus/scsi/scsihle.h b/src/devices/bus/scsi/scsihle.h
index bce047ae474..e98e38122e7 100644
--- a/src/devices/bus/scsi/scsihle.h
+++ b/src/devices/bus/scsi/scsihle.h
@@ -84,10 +84,4 @@ extern const input_device_default DEVICE_INPUT_DEFAULTS_NAME(SCSI_ID_5)[];
extern const input_device_default DEVICE_INPUT_DEFAULTS_NAME(SCSI_ID_6)[];
extern const input_device_default DEVICE_INPUT_DEFAULTS_NAME(SCSI_ID_7)[];
-#define MCFG_SCSIDEV_ADD(_tag, _option, _type, _id) \
- MCFG_DEVICE_MODIFY(_tag ) \
- MCFG_SLOT_OPTION_ADD( _option, _type ) \
- MCFG_SLOT_OPTION_DEVICE_INPUT_DEFAULTS( _option, _id ) \
- MCFG_SLOT_DEFAULT_OPTION( _option )
-
#endif // MAME_BUS_SCSI_SCSIHLE_H