mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Missed a file, nw
This commit is contained in:
parent
fa9fe1a904
commit
51c6e698d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user