diff options
Diffstat (limited to 'src/lib/formats/ap2_dsk.h')
-rw-r--r-- | src/lib/formats/ap2_dsk.h | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/src/lib/formats/ap2_dsk.h b/src/lib/formats/ap2_dsk.h index 4d8d5519952..c5503133295 100644 --- a/src/lib/formats/ap2_dsk.h +++ b/src/lib/formats/ap2_dsk.h @@ -13,7 +13,6 @@ #pragma once #include "flopimg.h" -#include "flopimg_legacy.h" /*************************************************************************** @@ -22,21 +21,14 @@ ***************************************************************************/ -#define APPLE2_NIBBLE_SIZE 416 -#define APPLE2_SMALL_NIBBLE_SIZE 374 -#define APPLE2_STD_TRACK_COUNT 35 -#define APPLE2_TRACK_COUNT 40 -#define APPLE2_SECTOR_COUNT 16 -#define APPLE2_SECTOR_SIZE 256 - - +#define APPLE2_NIBBLE_SIZE 416 +#define APPLE2_SMALL_NIBBLE_SIZE 374 +#define APPLE2_STD_TRACK_COUNT 35 +#define APPLE2_TRACK_COUNT 40 +#define APPLE2_SECTOR_COUNT 16 +#define APPLE2_SECTOR_SIZE 256 /**************************************************************************/ - -LEGACY_FLOPPY_OPTIONS_EXTERN(apple2); - -// new style code - class a2_16sect_format : public floppy_image_format_t { public: |