summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/vrender0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/vrender0.h')
-rw-r--r--src/devices/video/vrender0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/vrender0.h b/src/devices/video/vrender0.h
index 3414721a5e7..ef332e6eae1 100644
--- a/src/devices/video/vrender0.h
+++ b/src/devices/video/vrender0.h
@@ -14,7 +14,7 @@ class vr0video_device : public device_t,
public device_video_interface
{
public:
- vr0video_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ vr0video_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
void set_areas(uint16_t *textureram, uint16_t *frameram);
void regs_map(address_map &map);