diff options
Diffstat (limited to 'src/devices/machine/mc6843.h')
-rw-r--r-- | src/devices/machine/mc6843.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc6843.h b/src/devices/machine/mc6843.h index 86a92757279..a2522d9bc0e 100644 --- a/src/devices/machine/mc6843.h +++ b/src/devices/machine/mc6843.h @@ -16,7 +16,7 @@ class mc6843_device : public device_t { public: - mc6843_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + mc6843_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void force_ready() { m_force_ready = true; } |