summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/hp/hp9845_printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/hp/hp9845_printer.h')
-rw-r--r--src/mame/hp/hp9845_printer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/hp/hp9845_printer.h b/src/mame/hp/hp9845_printer.h
index b3da40da833..bba3a5177d1 100644
--- a/src/mame/hp/hp9845_printer.h
+++ b/src/mame/hp/hp9845_printer.h
@@ -19,7 +19,7 @@ class hp9845_printer_device : public device_t
{
public:
// construction/destruction
- hp9845_printer_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ hp9845_printer_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// callbacks
auto irq() { return m_irl_handler.bind(); }