summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cdislave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cdislave.h')
-rw-r--r--src/mame/machine/cdislave.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/mame/machine/cdislave.h b/src/mame/machine/cdislave.h
index 46f4a97715f..1a38b50afed 100644
--- a/src/mame/machine/cdislave.h
+++ b/src/mame/machine/cdislave.h
@@ -29,15 +29,6 @@ TODO:
#include "sound/dmadac.h"
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_CDISLAVE_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, CDISLAVE, 0)
-#define MCFG_CDISLAVE_REPLACE(_tag) \
- MCFG_DEVICE_REPLACE(_tag, CDISLAVE, 0)
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -115,6 +106,6 @@ private:
// device type definition
-DECLARE_DEVICE_TYPE(CDISLAVE, cdislave_device)
+DECLARE_DEVICE_TYPE(CDI_SLAVE, cdislave_device)
-#endif // __CDISLAVE_H__
+#endif // MAME_MACHINE_CDISLAVE_H