summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/upd765_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/upd765_dsk.h')
-rw-r--r--src/lib/formats/upd765_dsk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/upd765_dsk.h b/src/lib/formats/upd765_dsk.h
index 5bd675de9e8..980d21a396e 100644
--- a/src/lib/formats/upd765_dsk.h
+++ b/src/lib/formats/upd765_dsk.h
@@ -44,6 +44,8 @@ public:
virtual bool supports_save() const override;
protected:
+ uint64_t file_header_skip_bytes;
+
floppy_image_format_t::desc_e* get_desc_fm(const format &f, int &current_size, int &end_gap_index);
floppy_image_format_t::desc_e* get_desc_mfm(const format &f, int &current_size, int &end_gap_index);
int find_size(io_generic *io, uint32_t form_factor) const;