summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2021-01-09 19:16:13 -0500
committer arbee <rb6502@users.noreply.github.com>2021-01-09 19:16:13 -0500
commita3f159f097d9ee89738fde25748e98f72bfbec6e (patch)
treee30b59b33a973fe5faea23aa71a48a733b74ef31 /src/lib
parent30ad3e46749e9a5e4274dbc27d7a8122a2b8839e (diff)
imd_dsk: add missing file [R. Belmont]
Diffstat (limited to 'src/lib')
-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;