summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mas3507d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mas3507d.h')
-rw-r--r--src/devices/sound/mas3507d.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/devices/sound/mas3507d.h b/src/devices/sound/mas3507d.h
index 2f5935b6402..f36a4fb2004 100644
--- a/src/devices/sound/mas3507d.h
+++ b/src/devices/sound/mas3507d.h
@@ -7,16 +7,6 @@
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_MAS3507D_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, MAS3507D, 0)
-
-#define MCFG_MAS3507D_REPLACE(_tag) \
- MCFG_DEVICE_REPLACE(_tag, MAS3507D, 0)
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -24,7 +14,7 @@ class mas3507d_device : public device_t, public device_sound_interface
{
public:
// construction/destruction
- mas3507d_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mas3507d_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
int i2c_scl_r();
int i2c_sda_r();