summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es5503.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/es5503.h')
-rw-r--r--src/devices/sound/es5503.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/es5503.h b/src/devices/sound/es5503.h
index 4499d58d1f3..fc8063ddd3d 100644
--- a/src/devices/sound/es5503.h
+++ b/src/devices/sound/es5503.h
@@ -15,7 +15,7 @@ class es5503_device : public device_t,
{
public:
// construction/destruction
- es5503_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ es5503_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// channels must be a power of two
void set_channels(int channels) { output_channels = channels; }