summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/pc_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/pc_dsk.h')
-rw-r--r--src/lib/formats/pc_dsk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/pc_dsk.h b/src/lib/formats/pc_dsk.h
index 381ad49e99a..02b3aa2468b 100644
--- a/src/lib/formats/pc_dsk.h
+++ b/src/lib/formats/pc_dsk.h
@@ -24,6 +24,8 @@ class pc_format : public upd765_format
public:
pc_format();
+ virtual int identify(io_generic *io, uint32_t form_factor) override;
+
virtual const char *name() const override;
virtual const char *description() const override;
virtual const char *extensions() const override;