summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/nes_apu_vt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/nes_apu_vt.h')
-rw-r--r--src/devices/sound/nes_apu_vt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/nes_apu_vt.h b/src/devices/sound/nes_apu_vt.h
index f93616673fa..c38f3c3bd9e 100644
--- a/src/devices/sound/nes_apu_vt.h
+++ b/src/devices/sound/nes_apu_vt.h
@@ -14,7 +14,7 @@ class nes_apu_vt_device : public nesapu_device
{
public:
// construction/destruction
- nes_apu_vt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ nes_apu_vt_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
virtual void device_start() override;