diff options
Diffstat (limited to 'src/devices/sound/ymz770.h')
-rw-r--r-- | src/devices/sound/ymz770.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/devices/sound/ymz770.h b/src/devices/sound/ymz770.h index cd0dfe1e11d..22e20e1817b 100644 --- a/src/devices/sound/ymz770.h +++ b/src/devices/sound/ymz770.h @@ -12,22 +12,6 @@ #pragma once //************************************************************************** -// INTERFACE CONFIGURATION MACROS -//************************************************************************** - -#define MCFG_YMZ770_ADD(_tag, _clock) \ - MCFG_DEVICE_ADD(_tag, YMZ770, _clock) - -#define MCFG_YMZ770_REPLACE(_tag, _clock) \ - MCFG_DEVICE_REPLACE(_tag, YMZ770, _clock) - -#define MCFG_YMZ774_ADD(_tag, _clock) \ - MCFG_DEVICE_ADD(_tag, YMZ774, _clock) - -#define MCFG_YMZ774_REPLACE(_tag, _clock) \ - MCFG_DEVICE_REPLACE(_tag, YMZ774, _clock) - -//************************************************************************** // TYPE DEFINITIONS //************************************************************************** |