diff options
Diffstat (limited to 'src/mame/machine/esqlcd.h')
-rw-r--r-- | src/mame/machine/esqlcd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/machine/esqlcd.h b/src/mame/machine/esqlcd.h index ae0bc6c089d..33b06395408 100644 --- a/src/mame/machine/esqlcd.h +++ b/src/mame/machine/esqlcd.h @@ -10,12 +10,6 @@ // --- SQ1 - Parduz -------------------------------------------------------------------------------------------------------------------------- -#define MCFG_ESQ2X16_SQ1_ADD(_tag) \ - MCFG_DEVICE_ADD(_tag, ESQ2X16_SQ1, 60) - -#define MCFG_ESQ2X16_SQ1_REMOVE(_tag) \ - MCFG_DEVICE_REMOVE(_tag) - class esq2x16_sq1_device : public esqvfd_device { public: esq2x16_sq1_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); |