summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/dvk_mx_dsk.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-07-28 14:31:16 +1000
committer Vas Crabb <vas@vastheman.com>2019-07-28 14:31:16 +1000
commitace8e401fcfa9c1ee40b0bece9f5bfb902f97736 (patch)
treec9ab7487049db6b5ee0c82480b10697c01f02a44 /src/lib/formats/dvk_mx_dsk.cpp
parentc8e1190ca1078be93224c6d167e9da957f9dfc66 (diff)
srcclean (nw)
Diffstat (limited to 'src/lib/formats/dvk_mx_dsk.cpp')
-rw-r--r--src/lib/formats/dvk_mx_dsk.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/formats/dvk_mx_dsk.cpp b/src/lib/formats/dvk_mx_dsk.cpp
index af7d883e4d6..477dd07690f 100644
--- a/src/lib/formats/dvk_mx_dsk.cpp
+++ b/src/lib/formats/dvk_mx_dsk.cpp
@@ -24,12 +24,12 @@
#include "formats/dvk_mx_dsk.h"
const floppy_image_format_t::desc_e dvk_mx_format::dvk_mx_new_desc[] = {
- /* 01 */ { FM, 0x00, 8*2 }, // eight 0x0000 words
+ /* 01 */ { FM, 0x00, 8*2 }, // eight 0x0000 words
/* 03 */ { FM, 0x00, 1 },
- /* 02 */ { FM, 0xf3, 1 }, // word 0x00f3
+ /* 02 */ { FM, 0xf3, 1 }, // word 0x00f3
/* 05 */ { FM, 0x00, 1 },
- /* 04 */ { TRACK_ID_FM }, // track number word
- /* 05 */ { SECTOR_LOOP_START, 0, 10 }, // 11 sectors
+ /* 04 */ { TRACK_ID_FM }, // track number word
+ /* 05 */ { SECTOR_LOOP_START, 0, 10 }, // 11 sectors
/* 07 */ { SECTOR_DATA_MX, -1 },
/* 10 */ { SECTOR_LOOP_END },
/* 13 */ { FM, 0x83, 1 },
@@ -44,10 +44,10 @@ const floppy_image_format_t::desc_e dvk_mx_format::dvk_mx_new_desc[] = {
const floppy_image_format_t::desc_e dvk_mx_format::dvk_mx_old_desc[] = {
/* 01 */ { FM, 0x00, 30*2 },
/* 03 */ { FM, 0x00, 1 },
- /* 02 */ { FM, 0xf3, 1 }, // word 0x00f3
+ /* 02 */ { FM, 0xf3, 1 }, // word 0x00f3
/* 05 */ { FM, 0x00, 1 },
- /* 04 */ { TRACK_ID_FM }, // track number word
- /* 06 */ { SECTOR_LOOP_START, 0, 10 }, // 11 sectors
+ /* 04 */ { TRACK_ID_FM }, // track number word
+ /* 06 */ { SECTOR_LOOP_START, 0, 10 }, // 11 sectors
/* 07 */ { SECTOR_DATA_MX, -1 },
/* 10 */ { SECTOR_LOOP_END },
/* 13 */ { FM, 0x83, 1 },