summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymf271.h')
-rw-r--r--src/devices/sound/ymf271.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ymf271.h b/src/devices/sound/ymf271.h
index 04d49c57f09..c3113e8c707 100644
--- a/src/devices/sound/ymf271.h
+++ b/src/devices/sound/ymf271.h
@@ -12,7 +12,7 @@ class ymf271_device : public device_t, public device_sound_interface, public dev
public:
static constexpr feature_type imperfect_features() { return feature::SOUND; }
- ymf271_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ ymf271_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// configuration helpers
auto irq_handler() { return m_irq_handler.bind(); }