diff options
Diffstat (limited to 'src/devices/bus/qbus/pc11.h')
-rw-r--r-- | src/devices/bus/qbus/pc11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/qbus/pc11.h b/src/devices/bus/qbus/pc11.h index cbc0d134f47..9a938a57fa6 100644 --- a/src/devices/bus/qbus/pc11.h +++ b/src/devices/bus/qbus/pc11.h @@ -34,7 +34,7 @@ class pc11_device : public paper_tape_reader_device, { public: // construction/destruction - pc11_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + pc11_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // image-level overrides virtual const char *image_interface() const noexcept override { return "pdp11_ptap"; } |