(MESS) Floppy WIP. (nw)

This commit is contained in:
Curt Coder 2013-11-18 22:29:55 +00:00
parent 902cb01f3b
commit 3b210bda1f
2 changed files with 5 additions and 3 deletions

View File

@ -42,8 +42,8 @@ public:
protected:
const format *formats;
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);
virtual floppy_image_format_t::desc_e* get_desc_fm(const format &f, int &current_size, int &end_gap_index);
virtual 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 form_factor);
int compute_track_size(const format &f) const;
void build_sector_description(const format &d, UINT8 *sectdata, desc_s *sectors) const;

View File

@ -13,7 +13,9 @@
TODO:
- Xerox 820
- floppy (wd1772.c FM support)
- floppy format has 3xcd at the end of track data
:u109: write track 0
:u109: track description 16xff ... 109xff 3xcd
- Xerox 820-II
- floppy (read/write to FDC triggers Z80 WAIT)
- Winchester