diff options
author | 2016-08-15 16:05:27 +0300 | |
---|---|---|
committer | 2016-08-15 16:05:49 +0300 | |
commit | 278cb2fc4e2cd9d2d5b322008a2621d9c382893a (patch) | |
tree | 2d9f63ed4c4768a623c492ae5c483d0fe520710b /src/lib/formats/abc800_dsk.cpp | |
parent | 2fbf2919d2d3353f5da485c012ae48bf4c388a92 (diff) |
abc80x: Fixed ABC-838 disk image cell size. [Curt Coder]
Diffstat (limited to 'src/lib/formats/abc800_dsk.cpp')
-rw-r--r-- | src/lib/formats/abc800_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/abc800_dsk.cpp b/src/lib/formats/abc800_dsk.cpp index 5686d502382..033ff309dcd 100644 --- a/src/lib/formats/abc800_dsk.cpp +++ b/src/lib/formats/abc800_dsk.cpp @@ -135,7 +135,7 @@ const abc800_format::format abc800_format::formats[] = { { // 1M 8 inch double density floppy_image::FF_8, floppy_image::DSDD, floppy_image::MFM, - 2000, 26, 77, 2, 256, {}, 1, {}, 55, 22, 54 + 1200, 26, 77, 2, 256, {}, 1, {}, 55, 22, 54 }, {} |