summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/decsfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/decsfb.h')
-rw-r--r--src/devices/video/decsfb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/decsfb.h b/src/devices/video/decsfb.h
index 9181ae84dbf..45d36cb17f9 100644
--- a/src/devices/video/decsfb.h
+++ b/src/devices/video/decsfb.h
@@ -9,7 +9,7 @@
class decsfb_device : public device_t
{
public:
- decsfb_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ decsfb_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto int_cb() { return m_int_cb.bind(); }