summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/swim3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/swim3.h')
-rw-r--r--src/devices/machine/swim3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/swim3.h b/src/devices/machine/swim3.h
index 6e353dc9740..d9eec0e2bf3 100644
--- a/src/devices/machine/swim3.h
+++ b/src/devices/machine/swim3.h
@@ -30,6 +30,8 @@ public:
virtual void set_floppy(floppy_image_device *floppy) override;
virtual floppy_image_device *get_floppy() const override;
+ virtual void sync() override;
+
protected:
virtual void device_start() override;
virtual void device_reset() override;