diff options
author | 2013-01-08 17:57:56 +0000 | |
---|---|---|
committer | 2013-01-08 17:57:56 +0000 | |
commit | e29bf515c4a2e4be4349f25a3aca9b908c55da95 (patch) | |
tree | 6a32321c95e246d87e2dfb8925031d4d6c608f2c /src/lib/formats/m5_dsk.c | |
parent | 732a6d11f547ce49bfa93a8cec6f43ccad57b7a4 (diff) |
Added FM encoding support to upd765_dsk. [Curt Coder]
(MESS) bw2: Fixed floppy loading. [Curt Coder]
Diffstat (limited to 'src/lib/formats/m5_dsk.c')
-rw-r--r-- | src/lib/formats/m5_dsk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/m5_dsk.c b/src/lib/formats/m5_dsk.c index 2e1895cf155..3c25582d287 100644 --- a/src/lib/formats/m5_dsk.c +++ b/src/lib/formats/m5_dsk.c @@ -64,7 +64,7 @@ const char *m5_format::extensions() const // Unverified gap sizes const m5_format::format m5_format::formats[] = { { - floppy_image::FF_525, floppy_image::DSDD, + floppy_image::FF_525, floppy_image::DSDD, floppy_image::MFM, 2000, // 2us, 300rpm 18, 40, 2, 256, {}, |