summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8257.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8257.h')
-rw-r--r--src/devices/machine/i8257.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8257.h b/src/devices/machine/i8257.h
index df1f74a4858..aff3b3f1829 100644
--- a/src/devices/machine/i8257.h
+++ b/src/devices/machine/i8257.h
@@ -38,7 +38,7 @@ class i8257_device : public device_t, public device_execute_interface
{
public:
// construction/destruction
- i8257_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ i8257_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint8_t read(offs_t offset);
void write(offs_t offset, uint8_t data);