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/6850acia.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/6850acia.h')
-rw-r--r-- | src/emu/machine/6850acia.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emu/machine/6850acia.h b/src/emu/machine/6850acia.h index 091708f7345..f0034a0f917 100644 --- a/src/emu/machine/6850acia.h +++ b/src/emu/machine/6850acia.h @@ -30,12 +30,10 @@ MDRV_DEVICE_ADD(_tag, ACIA6850, 0) \ MDRV_DEVICE_CONFIG(_config) -#define MDRV_ACIA6850_REMOVE(_tag) \ - MDRV_DEVICE_REMOVE(_tag) - #define ACIA6850_INTERFACE(_name) \ const acia6850_interface(_name) = + /*************************************************************************** TYPE DEFINITIONS ***************************************************************************/ |