mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
abc80x: Fixed ABC-838 disk image cell size. [Curt Coder]
This commit is contained in:
parent
2fbf2919d2
commit
278cb2fc4e
@ -135,7 +135,7 @@ const abc800_format::format abc800_format::formats[] = {
|
||||
|
||||
{ // 1M 8 inch double density
|
||||
floppy_image::FF_8, floppy_image::DSDD, floppy_image::MFM,
|
||||
2000, 26, 77, 2, 256, {}, 1, {}, 55, 22, 54
|
||||
1200, 26, 77, 2, 256, {}, 1, {}, 55, 22, 54
|
||||
},
|
||||
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user