diff options
| author | 2012-12-17 07:22:20 +0000 | |
|---|---|---|
| committer | 2012-12-17 07:22:20 +0000 | |
| commit | 436d2f757f0c32573ea41013e8b10ca07ed6fc08 (patch) | |
| tree | 77fc28a1edb618f19ae38071ed1b7c3316d41f5e /src/lib/formats/comx35_dsk.c | |
| parent | 449da4bc62a76ac132892d0f9e7e506fdf5eb586 (diff) | |
Cleanups and version bumpmame0147u4
Diffstat (limited to 'src/lib/formats/comx35_dsk.c')
| -rw-r--r-- | src/lib/formats/comx35_dsk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/comx35_dsk.c b/src/lib/formats/comx35_dsk.c index e06a94ddf18..182c99d83bf 100644 --- a/src/lib/formats/comx35_dsk.c +++ b/src/lib/formats/comx35_dsk.c @@ -80,9 +80,9 @@ const comx35_format::format comx35_format::formats[] = { 2000, 16, 35, 2, 128, {}, 0, {}, 100, 22, 84 }, /*{ // 140K 5 1/4 inch quad density single sided 70 tracks - floppy_image::FF_525, floppy_image::SSQD, - 2000, 16, 70, 1, 128, {}, 0, {}, 100, 22, 84 - },*/ + floppy_image::FF_525, floppy_image::SSQD, + 2000, 16, 70, 1, 128, {}, 0, {}, 100, 22, 84 + },*/ {} }; |
