diff options
Diffstat (limited to 'src/devices/machine/phi.h')
-rw-r--r-- | src/devices/machine/phi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/phi.h b/src/devices/machine/phi.h index 4eb74b6bbca..bdb73bc5ed6 100644 --- a/src/devices/machine/phi.h +++ b/src/devices/machine/phi.h @@ -16,7 +16,7 @@ class phi_device : public device_t { public: // construction/destruction - phi_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + phi_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // See ieee488.h enum phi_488_signal_t @@ -90,7 +90,7 @@ public: uint8_t reg8_r(offs_t offset); protected: - phi_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); + phi_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock); // device-level overrides virtual void device_start() override; |