summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/printer.h')
-rw-r--r--src/devices/imagedev/printer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/printer.h b/src/devices/imagedev/printer.h
index 509ecc43ef2..0b8c16de166 100644
--- a/src/devices/imagedev/printer.h
+++ b/src/devices/imagedev/printer.h
@@ -25,7 +25,7 @@ class printer_image_device : public device_t,
{
public:
// construction/destruction
- printer_image_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ printer_image_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto online_callback() { return m_online_cb.bind(); }