summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ta7630.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ta7630.h')
-rw-r--r--src/devices/sound/ta7630.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ta7630.h b/src/devices/sound/ta7630.h
index e32b4bab407..8a7fed74a74 100644
--- a/src/devices/sound/ta7630.h
+++ b/src/devices/sound/ta7630.h
@@ -22,7 +22,7 @@ class ta7630_device : public device_t
{
public:
// construction/destruction
- ta7630_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ ta7630_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
// filter setters
void set_device_volume(device_sound_interface *device,uint8_t value);