summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mb90082.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mb90082.h')
-rw-r--r--src/devices/video/mb90082.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/mb90082.h b/src/devices/video/mb90082.h
index 782138ea466..50c21b4a530 100644
--- a/src/devices/video/mb90082.h
+++ b/src/devices/video/mb90082.h
@@ -24,7 +24,7 @@ class mb90082_device : public device_t,
{
public:
// construction/destruction
- mb90082_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mb90082_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// I/O operations
void write(uint8_t data);