diff options
Diffstat (limited to 'src/devices/video/epic12.h')
-rw-r--r-- | src/devices/video/epic12.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/epic12.h b/src/devices/video/epic12.h index 82e58d07e9b..1d3100a2902 100644 --- a/src/devices/video/epic12.h +++ b/src/devices/video/epic12.h @@ -11,7 +11,7 @@ class epic12_device : public device_t, public device_video_interface { public: - epic12_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + epic12_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); template <typename T> void set_cpu(T &&maintag) { m_maincpu.set_tag(std::forward<T>(maintag)); } auto port_r_callback() { return m_port_r_cb.bind(); } |