diff options
Diffstat (limited to 'src/devices/sound/n63701x.h')
-rw-r--r-- | src/devices/sound/n63701x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/n63701x.h b/src/devices/sound/n63701x.h index 3ca5411df6d..c45b4d4447d 100644 --- a/src/devices/sound/n63701x.h +++ b/src/devices/sound/n63701x.h @@ -16,7 +16,7 @@ class namco_63701x_device : public device_t, public device_sound_interface { public: - namco_63701x_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + namco_63701x_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void write(offs_t offset, uint8_t data); |