diff options
Diffstat (limited to 'src/lib/formats/msx_dsk.h')
-rw-r--r-- | src/lib/formats/msx_dsk.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/formats/msx_dsk.h b/src/lib/formats/msx_dsk.h index 8e26ec93128..94a5411c51a 100644 --- a/src/lib/formats/msx_dsk.h +++ b/src/lib/formats/msx_dsk.h @@ -11,15 +11,7 @@ #ifndef MSX_DSK_H #define MSX_DSK_H -#include "flopimg.h" - -/**************************************************************************/ - -LEGACY_FLOPPY_OPTIONS_EXTERN(msx); - -/**************************************************************************/ - -#include "wd177x_dsk.h" +//#include "wd177x_dsk.h" #include "upd765_dsk.h" //class msx_format : public wd177x_format { @@ -37,5 +29,4 @@ private: extern const floppy_format_type FLOPPY_MSX_FORMAT; - #endif /* MSX_DSK_H */ |