summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-06-30 15:08:04 +0200
committer MooglyGuy <therealmogminer@gmail.com>2019-06-30 15:08:18 +0200
commit51c6e698d7cefaae4344cf7a71e5a6111fe345e9 (patch)
tree38e7abd3172ee1efe337ab5e76caf46d467c627f
parentfa9fe1a9046baa617897c0ae928d058d9dd7407f (diff)
Missed a file, nw
-rw-r--r--src/devices/imagedev/harddriv.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/devices/imagedev/harddriv.h b/src/devices/imagedev/harddriv.h
index 25048595bde..425b75d6eed 100644
--- a/src/devices/imagedev/harddriv.h
+++ b/src/devices/imagedev/harddriv.h
@@ -81,20 +81,4 @@ protected:
// device type definition
DECLARE_DEVICE_TYPE(HARDDISK, harddisk_image_device)
-/***************************************************************************
- DEVICE CONFIGURATION MACROS
-***************************************************************************/
-
-#define MCFG_HARDDISK_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, HARDDISK, 0)
-
-#define MCFG_HARDDISK_LOAD(_class,_method) \
- downcast<harddisk_image_device &>(*device).set_device_load(device_image_load_delegate(&DEVICE_IMAGE_LOAD_NAME(_class,_method), this));
-
-#define MCFG_HARDDISK_UNLOAD(_class,_method) \
- downcast<harddisk_image_device &>(*device).set_device_unload(device_image_func_delegate(&DEVICE_IMAGE_UNLOAD_NAME(_class,_method), this));
-
-#define MCFG_HARDDISK_INTERFACE(_interface) \
- downcast<harddisk_image_device &>(*device).set_interface(_interface);
-
#endif // MAME_DEVICES_IMAGEDEV_HARDDRIV_H