diff options
Diffstat (limited to 'src/devices/bus/isa/adlib.h')
-rw-r--r-- | src/devices/bus/isa/adlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/adlib.h b/src/devices/bus/isa/adlib.h index 511d0b4663c..6ab31e7c216 100644 --- a/src/devices/bus/isa/adlib.h +++ b/src/devices/bus/isa/adlib.h @@ -20,7 +20,7 @@ class isa8_adlib_device : { public: // construction/destruction - isa8_adlib_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + isa8_adlib_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); uint8_t ym3812_16_r(offs_t offset); void ym3812_16_w(offs_t offset, uint8_t data); |