summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/wd177x_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/wd177x_dsk.h')
-rw-r--r--src/lib/formats/wd177x_dsk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/wd177x_dsk.h b/src/lib/formats/wd177x_dsk.h
index 95431b3aaaa..540e3e8079c 100644
--- a/src/lib/formats/wd177x_dsk.h
+++ b/src/lib/formats/wd177x_dsk.h
@@ -48,6 +48,7 @@ protected:
const format *formats;
+ virtual const wd177x_format::format &get_track_format(const format &f, int head, int track);
virtual floppy_image_format_t::desc_e* get_desc_fm(const format &f, int &current_size, int &end_gap_index);
virtual floppy_image_format_t::desc_e* get_desc_mfm(const format &f, int &current_size, int &end_gap_index);
virtual int find_size(io_generic *io, uint32_t form_factor);