pc98_dsk: handle 256bps images
Some checks failed
CI (Linux) / build-linux (-U_FORTIFY_SOURCE, gcc, gcc, g++, mametiny, tiny) (push) Has been cancelled
CI (Linux) / build-linux (clang, clang, clang++, mame, mame) (push) Has been cancelled
CI (macOS) / build-macos (push) Has been cancelled
CI (Windows) / build-windows (clang, clang, clang++, mametiny, tiny) (push) Has been cancelled
CI (Windows) / build-windows (gcc, gcc, g++, mame, mame) (push) Has been cancelled
XML/JSON validation / validate (push) Has been cancelled

This commit is contained in:
cracyc 2024-10-21 13:52:15 -05:00
parent bcfb0d052c
commit 575f1bb883

View file

@ -83,6 +83,10 @@ const pc98_format::format pc98_format::formats[] = {
floppy_image::FF_525, floppy_image::DSHD, floppy_image::MFM,
1200, 8, 77, 2, 1024, {}, 1, {}, 80, 50, 22, 84
},
{ /* 1MB 5 1/4 inch 256bps n88 basic disk type */
floppy_image::FF_525, floppy_image::DSHD, floppy_image::MFM,
1200, 26, 77, 2, 256, {}, 1, {}, 80, 50, 21, 77
},
{}
};