summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z8038.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/z8038.h')
-rw-r--r--src/devices/machine/z8038.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z8038.h b/src/devices/machine/z8038.h
index 2e2201f10d6..2f6a199e7c7 100644
--- a/src/devices/machine/z8038.h
+++ b/src/devices/machine/z8038.h
@@ -9,7 +9,7 @@
class z8038_device : public device_t
{
public:
- z8038_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ z8038_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// port 1 and 2 I̅N̅T̅ output lines
template <u8 Port> auto out_int_cb() { return m_out_int_cb[Port - 1].bind(); }