summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/amiga_copper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/amiga_copper.h')
-rw-r--r--src/devices/machine/amiga_copper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/amiga_copper.h b/src/devices/machine/amiga_copper.h
index 15fe5c3cd00..35fb800e0b1 100644
--- a/src/devices/machine/amiga_copper.h
+++ b/src/devices/machine/amiga_copper.h
@@ -19,7 +19,7 @@ class amiga_copper_device : public device_t
{
public:
// construction/destruction
- amiga_copper_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ amiga_copper_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// config
template<class T> void set_host_cpu_tag(T &&tag) { m_host_cpu.set_tag(std::forward<T>(tag)); }