diff options
author | 2009-06-08 05:38:50 +0000 | |
---|---|---|
committer | 2009-06-08 05:38:50 +0000 | |
commit | a9807413ea741c7e621222da0c95823e79402741 (patch) | |
tree | 172890b3ca5154c3076f47e87398eabf92c23fc6 /src/emu/machine/idectrl.h | |
parent | b431953ac147574fe7d0dca57637c2b6fd208f77 (diff) |
Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE
works now that device types are not needed.
Diffstat (limited to 'src/emu/machine/idectrl.h')
-rw-r--r-- | src/emu/machine/idectrl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/machine/idectrl.h b/src/emu/machine/idectrl.h index d90b8fcd9a1..937a83fa799 100644 --- a/src/emu/machine/idectrl.h +++ b/src/emu/machine/idectrl.h @@ -49,9 +49,6 @@ struct _ide_config MDRV_DEVICE_CONFIG_DATAPTR(ide_config, bmcpu, _cpu) \ MDRV_DEVICE_CONFIG_DATA32(ide_config, bmspace, ADDRESS_SPACE_##_space) -#define MDRV_IDE_CONTROLLER_REMOVE(_tag) \ - MDRV_DEVICE_REMOVE(_tag) - /*************************************************************************** |