diff options
Diffstat (limited to 'src/devices/machine/swim2.h')
-rw-r--r-- | src/devices/machine/swim2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/swim2.h b/src/devices/machine/swim2.h index bab440e4ec9..edcea871909 100644 --- a/src/devices/machine/swim2.h +++ b/src/devices/machine/swim2.h @@ -23,7 +23,7 @@ class swim2_device : public applefdintf_device { public: // construction/destruction - swim2_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + swim2_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); virtual u8 read(offs_t offset) override; virtual void write(offs_t offset, u8 data) override; |