diff options
Diffstat (limited to 'src/devices/video/ef9365.h')
-rw-r--r-- | src/devices/video/ef9365.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ef9365.h b/src/devices/video/ef9365.h index fd3e7497e11..d8bae49bbf7 100644 --- a/src/devices/video/ef9365.h +++ b/src/devices/video/ef9365.h @@ -37,7 +37,7 @@ public: static constexpr int DISPLAY_MODE_64x64 = 0x04; // construction/destruction - ef9365_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ef9365_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // configuration template <typename T> void set_palette_tag(T &&tag) { m_palette.set_tag(std::forward<T>(tag)); } |