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/nanos_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/nanos_dsk.c')
-rw-r--r-- | src/lib/formats/nanos_dsk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/nanos_dsk.c b/src/lib/formats/nanos_dsk.c index 8adf182426b..df2b9fe24e5 100644 --- a/src/lib/formats/nanos_dsk.c +++ b/src/lib/formats/nanos_dsk.c @@ -65,7 +65,7 @@ const char *nanos_format::extensions() const // 800K on HD which handles 1.2M, really? const nanos_format::format nanos_format::formats[] = { { - floppy_image::FF_525, floppy_image::DSHD, + floppy_image::FF_525, floppy_image::DSHD, floppy_image::MFM, 1200, // 1us, 360rpm 5, 80, 2, 1024, {}, |