summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/imd_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/imd_dsk.h')
-rw-r--r--src/lib/formats/imd_dsk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/imd_dsk.h b/src/lib/formats/imd_dsk.h
index cc7b3942bca..ba04a0c09e7 100644
--- a/src/lib/formats/imd_dsk.h
+++ b/src/lib/formats/imd_dsk.h
@@ -39,6 +39,8 @@ private:
std::vector<uint8_t> m_head;
std::vector<uint8_t> m_sector_count;
std::vector<uint8_t> m_ssize;
+
+ int m_trackmult;
};
extern const floppy_format_type FLOPPY_IMD_FORMAT;