diff options
Diffstat (limited to 'src/devices/video/huc6272.h')
-rw-r--r-- | src/devices/video/huc6272.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6272.h b/src/devices/video/huc6272.h index db5087f7f0c..8e78ee35b5f 100644 --- a/src/devices/video/huc6272.h +++ b/src/devices/video/huc6272.h @@ -30,7 +30,7 @@ public: static constexpr feature_type imperfect_features() { return feature::SOUND | feature::GRAPHICS; } // Incorrect ADPCM and Graphics // construction/destruction - huc6272_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + huc6272_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto irq_changed_callback() { return m_irq_changed_cb.bind(); } template <typename T> void set_rainbow_tag(T &&tag) { m_huc6271.set_tag(std::forward<T>(tag)); } |