summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/esqvfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/esqvfd.h')
-rw-r--r--src/mame/machine/esqvfd.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mame/machine/esqvfd.h b/src/mame/machine/esqvfd.h
index 5051f2c3e27..6b48c92004c 100644
--- a/src/mame/machine/esqvfd.h
+++ b/src/mame/machine/esqvfd.h
@@ -7,24 +7,6 @@
#include <tuple>
-#define MCFG_ESQ1X22_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, ESQ1X22, 60)
-
-#define MCFG_ESQ1x22_REMOVE(_tag) \
- MCFG_DEVICE_REMOVE(_tag)
-
-#define MCFG_ESQ2X40_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, ESQ2X40, 60)
-
-#define MCFG_ESQ2X40_REMOVE(_tag) \
- MCFG_DEVICE_REMOVE(_tag)
-
-#define MCFG_ESQ2X40_SQ1_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, ESQ2X40_SQ1, 60)
-
-#define MCFG_ESQ2X40_SQ1_REMOVE(_tag) \
- MCFG_DEVICE_REMOVE(_tag)
-
class esqvfd_device : public device_t {
public:
DECLARE_WRITE8_MEMBER( write ) { write_char(data); }