mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
pc_dsk: Assume a smaller gap size to allow 400K disk images to load. Fixes e.g. ikari and marble from the ibm5150 softlist. [Justin Kerk]
This commit is contained in:
parent
458b5ad891
commit
7a8d5118b5
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ const pc_format::format pc_format::formats[] = {
|
|||
},
|
||||
{ /* 400K 5 1/4 inch double density - gaps unverified */
|
||||
floppy_image::FF_525, floppy_image::DSDD, floppy_image::MFM,
|
||||
2000, 10, 40, 2, 512, {}, 1, {}, 80, 50, 22, 80
|
||||
2000, 10, 40, 2, 512, {}, 1, {}, 80, 50, 22, 36
|
||||
},
|
||||
{ /* 720K 5 1/4 inch quad density - gaps unverified */
|
||||
floppy_image::FF_525, floppy_image::DSQD, floppy_image::MFM,
|
||||
|
|
Loading…
Reference in a new issue