diff options
Diffstat (limited to 'src/devices/bus/pc8801/pc8801_31.h')
-rw-r--r-- | src/devices/bus/pc8801/pc8801_31.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc8801/pc8801_31.h b/src/devices/bus/pc8801/pc8801_31.h index fd580002610..0a5ac3e9d88 100644 --- a/src/devices/bus/pc8801/pc8801_31.h +++ b/src/devices/bus/pc8801/pc8801_31.h @@ -22,7 +22,7 @@ class pc8801_31_device : public device_t { public: // construction/destruction - pc8801_31_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + pc8801_31_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); static constexpr feature_type unemulated_features() { return feature::DISK; } |