diff options
author | 2012-12-14 17:30:42 +0000 | |
---|---|---|
committer | 2012-12-14 17:30:42 +0000 | |
commit | e759cbccab31c406d0cd9f85a9dce17a541b0c89 (patch) | |
tree | b1543a3337fdbd25bb934dfa99a74749faf07cbf /src/lib/formats/wd177x_dsk.h | |
parent | 0e904825d4c807a07a54a126bc5ded4308a3b547 (diff) |
(MESS) c1581: Modernized floppy, WIP. (nw)
Diffstat (limited to 'src/lib/formats/wd177x_dsk.h')
-rw-r--r-- | src/lib/formats/wd177x_dsk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/wd177x_dsk.h b/src/lib/formats/wd177x_dsk.h index 45abb8120a1..a2add7dabd6 100644 --- a/src/lib/formats/wd177x_dsk.h +++ b/src/lib/formats/wd177x_dsk.h @@ -39,7 +39,7 @@ public: virtual bool save(io_generic *io, floppy_image *image); virtual bool supports_save() const; -private: +protected: const format *formats; int find_size(io_generic *io, UINT32 form_factor); int compute_track_size(const format &f) const; |