mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
imd_dsk: add missing file [R. Belmont]
This commit is contained in:
parent
30ad3e4674
commit
a3f159f097
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user