diff options
Diffstat (limited to 'src/devices/video/huc6260.h')
-rw-r--r-- | src/devices/video/huc6260.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6260.h b/src/devices/video/huc6260.h index 01b1a299f45..8d55ab10904 100644 --- a/src/devices/video/huc6260.h +++ b/src/devices/video/huc6260.h @@ -25,7 +25,7 @@ public: // construction/destruction - huc6260_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + huc6260_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto next_pixel_data() { return m_next_pixel_data_cb.bind(); } auto time_til_next_event() { return m_time_til_next_event_cb.bind(); } |