summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/vboy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/vboy.h')
-rw-r--r--src/mame/audio/vboy.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/mame/audio/vboy.h b/src/mame/audio/vboy.h
index 72793b66404..0414370bf77 100644
--- a/src/mame/audio/vboy.h
+++ b/src/mame/audio/vboy.h
@@ -13,16 +13,6 @@
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_VBOYSND_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, VBOYSND, vboysnd_device::AUDIO_FREQ)
-
-#define MCFG_VBOYSND_REPLACE(_tag) \
- MCFG_DEVICE_REPLACE(_tag, VBOYSND, vboysnd_device::AUDIO_FREQ)
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -34,7 +24,7 @@ public:
static constexpr unsigned AUDIO_FREQ = 44100;
// construction/destruction
- vboysnd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ vboysnd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = AUDIO_FREQ);
DECLARE_READ8_MEMBER(read);
DECLARE_WRITE8_MEMBER(write);