diff options
Diffstat (limited to 'src/devices/bus/isa/p1_sound.h')
-rw-r--r-- | src/devices/bus/isa/p1_sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/p1_sound.h b/src/devices/bus/isa/p1_sound.h index 3b7f1c40af9..e85c524ff1c 100644 --- a/src/devices/bus/isa/p1_sound.h +++ b/src/devices/bus/isa/p1_sound.h @@ -28,7 +28,7 @@ class p1_sound_device : public device_t, { public: // construction/destruction - p1_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + p1_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); uint8_t d14_r(offs_t offset); uint8_t d16_r(offs_t offset); |