diff options
Diffstat (limited to 'src/devices/sound/k005289.h')
-rw-r--r-- | src/devices/sound/k005289.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/sound/k005289.h b/src/devices/sound/k005289.h index 96647ddce04..04e4c29672d 100644 --- a/src/devices/sound/k005289.h +++ b/src/devices/sound/k005289.h @@ -6,16 +6,6 @@ #pragma once -//************************************************************************** -// INTERFACE CONFIGURATION MACROS -//************************************************************************** - -#define MCFG_K005289_ADD(_tag, _clock) \ - MCFG_DEVICE_ADD(_tag, K005289, _clock) -#define MCFG_K005289_REPLACE(_tag, _clock) \ - MCFG_DEVICE_REPLACE(_tag, K005289, _clock) - - // ======================> k005289_device class k005289_device : public device_t, |