summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/dmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/dmac.h')
-rw-r--r--src/devices/machine/dmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/dmac.h b/src/devices/machine/dmac.h
index 47c5f9f93d3..fd2644a7f01 100644
--- a/src/devices/machine/dmac.h
+++ b/src/devices/machine/dmac.h
@@ -24,7 +24,7 @@ class amiga_dmac_device : public device_t, public amiga_autoconfig
{
public:
// construction/destruction
- amiga_dmac_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ amiga_dmac_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// callbacks
auto cfgout_handler() { return m_cfgout_handler.bind(); }