diff options
Diffstat (limited to 'src/devices/machine/hp_dc100_tape.h')
-rw-r--r-- | src/devices/machine/hp_dc100_tape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/hp_dc100_tape.h b/src/devices/machine/hp_dc100_tape.h index fd8ff3b5425..5cf1c0868a8 100644 --- a/src/devices/machine/hp_dc100_tape.h +++ b/src/devices/machine/hp_dc100_tape.h @@ -21,7 +21,7 @@ class hp_dc100_tape_device : public microtape_image_device { public: // Construction - hp_dc100_tape_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + hp_dc100_tape_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // device_image_interface overrides virtual image_init_result call_load() override; |