summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sonydriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sonydriv.h')
-rw-r--r--src/devices/machine/sonydriv.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/devices/machine/sonydriv.h b/src/devices/machine/sonydriv.h
index b6e4358eadb..322db3f3342 100644
--- a/src/devices/machine/sonydriv.h
+++ b/src/devices/machine/sonydriv.h
@@ -58,22 +58,4 @@ protected:
// device type definition
DECLARE_DEVICE_TYPE(FLOPPY_SONY, sonydriv_floppy_image_device)
-#define MCFG_LEGACY_FLOPPY_SONY_2_DRIVES_ADD(_config) \
- MCFG_DEVICE_ADD(FLOPPY_0, FLOPPY_SONY, 0) \
- MCFG_LEGACY_FLOPPY_CONFIG(_config) \
- MCFG_DEVICE_ADD(FLOPPY_1, FLOPPY_SONY, 0) \
- MCFG_LEGACY_FLOPPY_CONFIG(_config)
-
-#define MCFG_LEGACY_FLOPPY_SONY_2_DRIVES_ADDITIONAL_ADD(_config) \
- MCFG_DEVICE_ADD(FLOPPY_2, FLOPPY_SONY, 0) \
- MCFG_LEGACY_FLOPPY_CONFIG(_config) \
- MCFG_DEVICE_ADD(FLOPPY_3, FLOPPY_SONY, 0) \
- MCFG_LEGACY_FLOPPY_CONFIG(_config)
-
-#define MCFG_LEGACY_FLOPPY_SONY_2_DRIVES_MODIFY(_config) \
- MCFG_DEVICE_MODIFY(FLOPPY_0) \
- MCFG_LEGACY_FLOPPY_CONFIG(_config) \
- MCFG_DEVICE_MODIFY(FLOPPY_1) \
- MCFG_LEGACY_FLOPPY_CONFIG(_config)
-
#endif // MAME_MACHINE_SONYDRIV_H