mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
(MESS) Floppy WIP. (nw)
This commit is contained in:
parent
902cb01f3b
commit
3b210bda1f
@ -42,8 +42,8 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
const format *formats;
|
const format *formats;
|
||||||
floppy_image_format_t::desc_e* get_desc_fm(const format &f, int ¤t_size, int &end_gap_index);
|
virtual floppy_image_format_t::desc_e* get_desc_fm(const format &f, int ¤t_size, int &end_gap_index);
|
||||||
floppy_image_format_t::desc_e* get_desc_mfm(const format &f, int ¤t_size, int &end_gap_index);
|
virtual floppy_image_format_t::desc_e* get_desc_mfm(const format &f, int ¤t_size, int &end_gap_index);
|
||||||
int find_size(io_generic *io, UINT32 form_factor);
|
int find_size(io_generic *io, UINT32 form_factor);
|
||||||
int compute_track_size(const format &f) const;
|
int compute_track_size(const format &f) const;
|
||||||
void build_sector_description(const format &d, UINT8 *sectdata, desc_s *sectors) const;
|
void build_sector_description(const format &d, UINT8 *sectdata, desc_s *sectors) const;
|
||||||
|
@ -13,7 +13,9 @@
|
|||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
- Xerox 820
|
- 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
|
- Xerox 820-II
|
||||||
- floppy (read/write to FDC triggers Z80 WAIT)
|
- floppy (read/write to FDC triggers Z80 WAIT)
|
||||||
- Winchester
|
- Winchester
|
||||||
|
Loading…
Reference in New Issue
Block a user