diff options
Diffstat (limited to 'src/lib/formats/c4040_dsk.c')
| -rw-r--r-- | src/lib/formats/c4040_dsk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/c4040_dsk.c b/src/lib/formats/c4040_dsk.c index 4def7e0c581..9e6dff7f627 100644 --- a/src/lib/formats/c4040_dsk.c +++ b/src/lib/formats/c4040_dsk.c @@ -41,9 +41,9 @@ const c4040_format::format c4040_format::file_formats[] = { const int c4040_format::c4040_gap2[] = { 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, // 1-17 - 19, 19, 19, 19, 19, 19, 19, // 18-24 - 15, 15, 15, 15, 15, 15, // 25-30 - 12, 12, 12, 12, 12 // 31-35 + 19, 19, 19, 19, 19, 19, 19, // 18-24 + 15, 15, 15, 15, 15, 15, // 25-30 + 12, 12, 12, 12, 12 // 31-35 }; floppy_image_format_t::desc_e* c4040_format::get_sector_desc(const format &f, int ¤t_size, int sector_count, UINT8 id1, UINT8 id2, int gap_2) |
