mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
thom_dsk.cpp: Note
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
Build documentation / build-docs (push) Has been cancelled
XML/JSON validation / validate (push) Has been cancelled
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
Build documentation / build-docs (push) Has been cancelled
XML/JSON validation / validate (push) Has been cancelled
This commit is contained in:
parent
feb4b0ddf0
commit
a8ca9b98fa
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ const char *thomson_35_format::extensions() const noexcept
|
|||
return "fd";
|
||||
}
|
||||
|
||||
// 1280K .fd images exist but are not supported. They represent a notional type
|
||||
// of 4-sided disk that can be inserted into 2 drives at once.
|
||||
const thomson_35_format::format thomson_35_format::formats[] = {
|
||||
{
|
||||
floppy_image::FF_35, floppy_image::SSDD, floppy_image::MFM,
|
||||
|
|
Loading…
Reference in a new issue