summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/flex_dsk.cpp
diff options
context:
space:
mode:
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++) {