summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/flex_dsk.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-03-27 13:22:33 +1100
committer Vas Crabb <vas@vastheman.com>2022-03-27 13:22:33 +1100
commitb6df0d2d3d6ab20be4f3cea9a1af3b5814ce80d6 (patch)
treed7495aa17467a71c67113dc8fbe1a82b30566ab4 /src/lib/formats/flex_dsk.cpp
parent2a3c402cae871619369d2a671657dd9a0e45b330 (diff)
srcclean and manual tidying up in preparation for 0.242 release
Diffstat (limited to 'src/lib/formats/flex_dsk.cpp')
-rw-r--r--src/lib/formats/flex_dsk.cpp10
1 files changed, 5 insertions, 5 deletions
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++) {