summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/asc88.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/asc88.h')
-rw-r--r--src/devices/bus/isa/asc88.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/asc88.h b/src/devices/bus/isa/asc88.h
index 8cfdd784b98..4bfc3a50b22 100644
--- a/src/devices/bus/isa/asc88.h
+++ b/src/devices/bus/isa/asc88.h
@@ -19,7 +19,7 @@
class asc88_device : public device_t, public device_isa8_card_interface
{
public:
- asc88_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ asc88_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
virtual void device_start() override;