From b6df0d2d3d6ab20be4f3cea9a1af3b5814ce80d6 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 27 Mar 2022 13:22:33 +1100 Subject: srcclean and manual tidying up in preparation for 0.242 release --- src/lib/formats/flex_dsk.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/formats/flex_dsk.cpp') diff --git a/src/lib/formats/flex_dsk.cpp b/src/lib/formats/flex_dsk.cpp index 45ea85ee257..52edc624c8f 100644 --- a/src/lib/formats/flex_dsk.cpp +++ b/src/lib/formats/flex_dsk.cpp @@ -111,7 +111,7 @@ int flex_format::find_size(util::random_read &io, uint32_t form_factor, const st return -1; uint8_t boot0_sector_id = 1; - // uint8_t boot1_sector_id = 2; + // uint8_t boot1_sector_id = 2; // This floppy format uses a strategy of looking for 6800 boot code to // set the numbering of the first two sectors. If this is shown to not @@ -124,11 +124,11 @@ int flex_format::find_size(util::random_read &io, uint32_t form_factor, const st // boot1 is not actually used (yet?) // Look for a link to the next sector, normal usage. - // if (boot1[0] != 0 || boot1[1] != 3) - // { + // if (boot1[0] != 0 || boot1[1] != 3) + // { // If not then assume it is a boot sector. - // boot1_sector_id = 1; - // } + // boot1_sector_id = 1; + // } } for (int i=0; formats[i].form_factor; i++) { -- cgit v1.2.3-70-g09d2