summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/8255ppi.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/8255ppi.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/8255ppi.h')
-rw-r--r--src/emu/machine/8255ppi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/machine/8255ppi.h b/src/emu/machine/8255ppi.h
index 747a165011f..3363ac55dfa 100644
--- a/src/emu/machine/8255ppi.h
+++ b/src/emu/machine/8255ppi.h
@@ -43,9 +43,6 @@ struct _ppi8255_interface
MDRV_DEVICE_MODIFY(_tag) \
MDRV_DEVICE_CONFIG(_intrf)
-#define MDRV_PPI8255_REMOVE(_tag) \
- MDRV_DEVICE_REMOVE(_tag)
-
/* device interface */