summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/swim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/swim.h')
-rw-r--r--src/mame/machine/swim.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mame/machine/swim.h b/src/mame/machine/swim.h
index ffef9637be8..e36c08f8c74 100644
--- a/src/mame/machine/swim.h
+++ b/src/mame/machine/swim.h
@@ -52,18 +52,4 @@ private:
uint8_t m_parms[16];
};
-
-
-/***************************************************************************
- DEVICE CONFIGURATION MACROS
-***************************************************************************/
-
-#define MCFG_SWIM_ADD(_tag, _intrf) \
- MCFG_DEVICE_ADD(_tag, SWIM, 0) \
- MCFG_APPLEFDC_CONFIG(_intrf)
-
-#define MCFG_SWIM_MODIFY(_tag, _intrf) \
- MCFG_DEVICE_MODIFY(_tag) \
- MCFG_APPLEFDC_CONFIG(_intrf)
-
#endif // MAME_MACHINE_SWIM_H