diff options
Diffstat (limited to 'src/devices/sound/k053260.h')
-rw-r--r-- | src/devices/sound/k053260.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/devices/sound/k053260.h b/src/devices/sound/k053260.h index 9edb1d522f5..666f0657cd8 100644 --- a/src/devices/sound/k053260.h +++ b/src/devices/sound/k053260.h @@ -11,21 +11,6 @@ #pragma once - -//************************************************************************** -// INTERFACE CONFIGURATION MACROS -//************************************************************************** - -#define MCFG_K053260_ADD(tag, clock) \ - MCFG_DEVICE_ADD((tag), K053260, (clock)) - -#define MCFG_K053260_REPLACE(tag, clock) \ - MCFG_DEVICE_REPLACE((tag), K053260, (clock)) - -#define MCFG_K053260_REGION(tag) \ - k053260_device::set_region_tag(*device, ("^" tag)); - - //************************************************************************** // TYPE DEFINITIONS //************************************************************************** |