summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/flopdrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/flopdrv.h')
-rw-r--r--src/devices/imagedev/flopdrv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/imagedev/flopdrv.h b/src/devices/imagedev/flopdrv.h
index 4f893bca965..43e3497445e 100644
--- a/src/devices/imagedev/flopdrv.h
+++ b/src/devices/imagedev/flopdrv.h
@@ -7,7 +7,7 @@
#pragma once
-#include "formats/flopimg.h"
+#include "formats/flopimg_legacy.h"
#include "softlist_dev.h"
#define FLOPPY_TYPE_REGULAR 0
@@ -116,7 +116,7 @@ public:
virtual bool is_reset_on_load() const noexcept override { return false; }
virtual const char *image_interface() const noexcept override;
virtual const char *file_extensions() const noexcept override { return m_extension_list; }
- virtual const util::option_guide &create_option_guide() const override { return floppy_option_guide; }
+ virtual const util::option_guide &create_option_guide() const override { return floppy_option_guide(); }
floppy_image_legacy *flopimg_get_image();
void floppy_drive_set_geometry(floppy_type_t type);