mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(MESS) ti99: A single missing character breaks a floppy format.(nw)
This commit is contained in:
parent
488c57a9e0
commit
a40947caa0
@ -210,7 +210,7 @@ const ti99_sdf_format::format ti99_sdf_format::formats[] =
|
||||
4000, 9, 40, 2, SECTOR_SIZE, {}, 0, {}, 16, 11, 45
|
||||
},
|
||||
{ // 160K 5.25" single sided double density 16 sectors (rare)
|
||||
floppy_image::FF_525, floppy_image::DSSD, floppy_image::FM,
|
||||
floppy_image::FF_525, floppy_image::DSSD, floppy_image::MFM,
|
||||
2000, 16, 40, 1, SECTOR_SIZE, {}, 0, {}, 40, 22, 24
|
||||
},
|
||||
{ // 180K 5.25" single sided double density
|
||||
|
Loading…
Reference in New Issue
Block a user