mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Correct disk geometry for PC-98 raw images
This commit is contained in:
parent
6f47f6617f
commit
cf0c9f4215
@ -79,9 +79,10 @@ const pc98_format::format pc98_format::formats[] = {
|
||||
},
|
||||
{
|
||||
floppy_image::FF_525, floppy_image::DSHD, floppy_image::MFM,
|
||||
1200, 16, 77, 2, 512, {}, 1, {}, 80, 50, 22, 84
|
||||
1200, 8, 77, 2, 1024, {}, 1, {}, 80, 50, 22, 84
|
||||
},
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
const floppy_format_type FLOPPY_PC98_FORMAT = &floppy_image_format_creator<pc98_format>;
|
||||
|
Loading…
Reference in New Issue
Block a user