summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/okim6258.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/okim6258.h')
-rw-r--r--src/devices/sound/okim6258.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/devices/sound/okim6258.h b/src/devices/sound/okim6258.h
index aa4d3df0cca..6ca2c67532b 100644
--- a/src/devices/sound/okim6258.h
+++ b/src/devices/sound/okim6258.h
@@ -7,20 +7,6 @@
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_OKIM6258_DIVIDER(div) \
- downcast<okim6258_device &>(*device).set_start_div((okim6258_device::div));
-
-#define MCFG_OKIM6258_ADPCM_TYPE(type) \
- downcast<okim6258_device &>(*device).set_type((okim6258_device::type));
-
-#define MCFG_OKIM6258_OUT_BITS(bits) \
- downcast<okim6258_device &>(*device).set_outbits((okim6258_device::bits));
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************