summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mb88303.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mb88303.h')
-rw-r--r--src/devices/video/mb88303.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/mb88303.h b/src/devices/video/mb88303.h
index 742c6b62beb..8483fef0f4d 100644
--- a/src/devices/video/mb88303.h
+++ b/src/devices/video/mb88303.h
@@ -39,7 +39,7 @@ public:
static constexpr unsigned VISIBLE_LINES = 9;
// construction/destruction
- mb88303_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mb88303_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto vow_callback() { return m_write_vow.bind(); }
auto vobn_callback() { return m_write_vobn.bind(); }