summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ms0515_dsk.cpp
diff options
context:
space:
mode:
author Sergey Svishchev <shattered@users.noreply.github.com>2018-03-15 16:37:59 +0300
committer Sergey Svishchev <shattered@users.noreply.github.com>2018-03-16 03:16:33 +0300
commit8b8931fb4938242495e7d0932dba6ccf77e61ab5 (patch)
tree32a9f13628281a2dfaeafb2bb5655587725e378c /src/lib/formats/ms0515_dsk.cpp
parenta685356c5ee3fc5caf47f3103d5108520f68729c (diff)
ms0515: unbreak memory maps; update floppy format definition to match one used by OS (nw)
Diffstat (limited to 'src/lib/formats/ms0515_dsk.cpp')
-rw-r--r--src/lib/formats/ms0515_dsk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/ms0515_dsk.cpp b/src/lib/formats/ms0515_dsk.cpp
index c8254f36680..d16e8dbbf73 100644
--- a/src/lib/formats/ms0515_dsk.cpp
+++ b/src/lib/formats/ms0515_dsk.cpp
@@ -39,7 +39,7 @@ const ms0515_format::format ms0515_format::formats[] = {
10, 80, 1,
512, {},
1, {},
- 80, 30, 22
+ 50, 22, 30
},
{
floppy_image::FF_525, floppy_image::DSDD, floppy_image::MFM,
@@ -47,7 +47,7 @@ const ms0515_format::format ms0515_format::formats[] = {
10, 80, 2,
512, {},
1, {},
- 80, 30, 22
+ 50, 22, 30
},
{}
};