From 0716e2225985791f587152666ea39c12ea171d6e Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 13 Dec 2012 12:56:38 +0000 Subject: Added specialist mx custom format handling (nw) --- src/lib/formats/smx_dsk.h | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'src/lib/formats/smx_dsk.h') diff --git a/src/lib/formats/smx_dsk.h b/src/lib/formats/smx_dsk.h index 8e80d12e4ef..fdae3c3902d 100644 --- a/src/lib/formats/smx_dsk.h +++ b/src/lib/formats/smx_dsk.h @@ -2,17 +2,27 @@ formats/smx_dsk.h - SVI318 disk images + Specialist MX disk images *********************************************************************/ -#ifndef SMX_DSK_H -#define SMX_DSK_H +#ifndef SMX_DSK_H_ +#define SMX_DSK_H_ -#include "flopimg.h" +#include "wd177x_dsk.h" -/**************************************************************************/ +class smx_format : public wd177x_format { +public: + smx_format(); -LEGACY_FLOPPY_OPTIONS_EXTERN(specimx); + virtual const char *name() const; + virtual const char *description() const; + virtual const char *extensions() const; -#endif /* SVI_DSK_H */ +private: + static const format formats[]; +}; + +extern const floppy_format_type FLOPPY_SMX_FORMAT; + +#endif -- cgit v1.2.3-70-g09d2