summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/msm6242.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-06-08 05:38:50 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-06-08 05:38:50 +0000
commita9807413ea741c7e621222da0c95823e79402741 (patch)
tree172890b3ca5154c3076f47e87398eabf92c23fc6 /src/emu/machine/msm6242.h
parentb431953ac147574fe7d0dca57637c2b6fd208f77 (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/msm6242.h')
-rw-r--r--src/emu/machine/msm6242.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/machine/msm6242.h b/src/emu/machine/msm6242.h
index 605bdffb0b7..f74e3d84fdb 100644
--- a/src/emu/machine/msm6242.h
+++ b/src/emu/machine/msm6242.h
@@ -18,9 +18,6 @@
#define MDRV_MSM6242_ADD(_tag) \
MDRV_DEVICE_ADD(_tag, MSM6242, 0)
-#define MDRV_MSM6242_REMOVE(_tag) \
- MDRV_DEVICE_REMOVE(_tag)
-
/* device interface */
DEVICE_GET_INFO( msm6242 );