diff options
Diffstat (limited to 'src/devices/video/hd63484.h')
-rw-r--r-- | src/devices/video/hd63484.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd63484.h b/src/devices/video/hd63484.h index 67383810bf6..a296ac3052c 100644 --- a/src/devices/video/hd63484.h +++ b/src/devices/video/hd63484.h @@ -25,7 +25,7 @@ public: typedef device_delegate<void (bitmap_ind16 &bitmap, const rectangle &cliprect, int y, int x, uint16_t data)> display_delegate; // construction/destruction - hd63484_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + hd63484_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); template <typename... T> void set_display_callback(T &&... args) { m_display_cb.set(std::forward<T>(args)...); } void set_auto_configure_screen(bool auto_configure_screen) { m_auto_configure_screen = auto_configure_screen; } |