From 9aa0a78c9844d6eed57739b1addc41dc07507dd3 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 14 Feb 2019 17:57:12 +0100 Subject: mame\video: removed MACHINE_CONFIG macros (nw) mame\drivers: mostly removed MACHINE_CONFIG macros from drivers starting with w, x, y and z (nw) --- src/devices/bus/scsi/scsihle.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/devices/bus/scsi') 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 -- cgit v1.2.3-70-g09d2