imd_dsk: add missing file [R. Belmont]

This commit is contained in:
arbee 2021-01-09 19:16:13 -05:00
parent 30ad3e4674
commit a3f159f097

View File

@ -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;