summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/c140.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/c140.h')
-rw-r--r--src/devices/sound/c140.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/devices/sound/c140.h b/src/devices/sound/c140.h
index b86ed60e50c..25f9f06f0eb 100644
--- a/src/devices/sound/c140.h
+++ b/src/devices/sound/c140.h
@@ -7,19 +7,6 @@
#pragma once
-//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_C140_ADD(tag, clock) \
- MCFG_DEVICE_ADD((tag), C140, (clock))
-
-#define MCFG_C140_REPLACE(tag, clock) \
- MCFG_DEVICE_REPLACE((tag), C140, (clock))
-
-#define MCFG_C140_BANK_TYPE(type) \
- downcast<c140_device &>(*device).set_bank_type((c140_device::C140_TYPE::type));
-
//**************************************************************************
// TYPE DEFINITIONS