diff options
Diffstat (limited to 'src/devices/machine/gt913_snd.h')
-rw-r--r-- | src/devices/machine/gt913_snd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/gt913_snd.h b/src/devices/machine/gt913_snd.h index 4c5bfd4a153..0f32647f413 100644 --- a/src/devices/machine/gt913_snd.h +++ b/src/devices/machine/gt913_snd.h @@ -25,7 +25,7 @@ public: static constexpr feature_type imperfect_features() { return feature::SOUND; } // construction/destruction - gt913_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0); + gt913_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); void data_w(offs_t offset, u16 data); u16 data_r(offs_t offset); |