summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upc82c711.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/upc82c711.h')
-rw-r--r--src/devices/machine/upc82c711.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upc82c711.h b/src/devices/machine/upc82c711.h
index 543bb594337..17565f1186d 100644
--- a/src/devices/machine/upc82c711.h
+++ b/src/devices/machine/upc82c711.h
@@ -24,7 +24,7 @@ class upc82c711_device : public device_t
{
public:
// construction/destruction
- upc82c711_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ upc82c711_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
u16 io_r(offs_t offset, u16 mem_mask = ~0);
void io_w(offs_t offset, u16 data, u16 mem_mask = ~0);