summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upc82c710.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/upc82c710.h')
-rw-r--r--src/devices/machine/upc82c710.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upc82c710.h b/src/devices/machine/upc82c710.h
index 7868fec6b2f..966ec12b482 100644
--- a/src/devices/machine/upc82c710.h
+++ b/src/devices/machine/upc82c710.h
@@ -22,7 +22,7 @@ class upc82c710_device : public device_t
{
public:
// construction/destruction
- upc82c710_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ upc82c710_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);