mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
(MESS) d64_dsk: Fixed number of tracks. (nw)
This commit is contained in:
parent
8b24187ca7
commit
e49e89bebd
@ -41,10 +41,10 @@ const d64_format::format d64_format::file_formats[] = {
|
||||
floppy_image::FF_525, floppy_image::SSSD, 683, 35, 1, 256, 9, 8
|
||||
},
|
||||
{ // d64, dos 2, 40 tracks, head 48 tpi, stepper 96 tpi
|
||||
floppy_image::FF_525, floppy_image::SSSD, 768, 35, 1, 256, 9, 8
|
||||
floppy_image::FF_525, floppy_image::SSSD, 768, 40, 1, 256, 9, 8
|
||||
},
|
||||
{ // d64, dos 2, 42 tracks, head 48 tpi, stepper 96 tpi
|
||||
floppy_image::FF_525, floppy_image::SSSD, 802, 35, 1, 256, 9, 8
|
||||
floppy_image::FF_525, floppy_image::SSSD, 802, 42, 1, 256, 9, 8
|
||||
},
|
||||
{ // d71, dos 2, 35 tracks, 2 heads, head 48 tpi, stepper 96 tpi
|
||||
floppy_image::FF_525, floppy_image::DSSD, 683, 35, 2, 256, 9, 8
|
||||
|
Loading…
Reference in New Issue
Block a user