diff options
Diffstat (limited to 'src/devices/sound/pcd3311.h')
-rw-r--r-- | src/devices/sound/pcd3311.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/pcd3311.h b/src/devices/sound/pcd3311.h index 5d5b8870008..26a74d7a58d 100644 --- a/src/devices/sound/pcd3311.h +++ b/src/devices/sound/pcd3311.h @@ -36,7 +36,7 @@ class pcd3311_device : public device_t, { public: // construction/destruction - pcd3311_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + pcd3311_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void write(uint8_t data) { m_data = data; } void strobe_w(int state) { m_strobe = state; } |