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/6840ptm.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/6840ptm.h')
-rw-r--r-- | src/emu/machine/6840ptm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/machine/6840ptm.h b/src/emu/machine/6840ptm.h index c22bfea9b22..4d0c9f0a673 100644 --- a/src/emu/machine/6840ptm.h +++ b/src/emu/machine/6840ptm.h @@ -21,8 +21,6 @@ MDRV_DEVICE_ADD(_tag, PTM6840, 0) \ MDRV_DEVICE_CONFIG(_config) -#define MDRV_PTM6840_REMOVE(_tag) \ - MDRV_DEVICE_REMOVE(_tag) /*************************************************************************** TYPE DEFINITIONS |