summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sonydriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sonydriv.h')
-rw-r--r--src/devices/machine/sonydriv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/machine/sonydriv.h b/src/devices/machine/sonydriv.h
index 82404805a16..f547d93216b 100644
--- a/src/devices/machine/sonydriv.h
+++ b/src/devices/machine/sonydriv.h
@@ -40,7 +40,9 @@ class sonydriv_floppy_image_device : public legacy_floppy_image_device
{
public:
// construction/destruction
- sonydriv_floppy_image_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ sonydriv_floppy_image_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+
+ static void legacy_2_drives_add(machine_config &mconfig, const floppy_interface *config);
virtual void call_unload() override;