diff options
Diffstat (limited to 'src/devices/bus/isa/pds.h')
-rw-r--r-- | src/devices/bus/isa/pds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/pds.h b/src/devices/bus/isa/pds.h index 3188fdac0ad..92bb842562a 100644 --- a/src/devices/bus/isa/pds.h +++ b/src/devices/bus/isa/pds.h @@ -17,7 +17,7 @@ class isa8_pds_device : public device_isa8_card_interface { public: - isa8_pds_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + isa8_pds_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); uint8_t ppi_r(offs_t offset); void ppi_w(offs_t offset, uint8_t data); |