summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tiaintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/tiaintf.h')
-rw-r--r--src/devices/sound/tiaintf.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/sound/tiaintf.h b/src/devices/sound/tiaintf.h
index 8117c6f4672..36c5126ba04 100644
--- a/src/devices/sound/tiaintf.h
+++ b/src/devices/sound/tiaintf.h
@@ -6,16 +6,6 @@
#pragma once
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_SOUND_TIA_ADD(_tag, _clock) \
- MCFG_DEVICE_ADD(_tag, TIA, _clock)
-#define MCFG_SOUND_TIA_REPLACE(_tag, _clock) \
- MCFG_DEVICE_REPLACE(_tag, TIA, _clock)
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************