mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
TeleDisk loader: accept images produced from 8" SSSD disks
This commit is contained in:
parent
1fda75a0e2
commit
4add62a083
1 changed files with 3 additions and 1 deletions
|
@ -889,7 +889,9 @@ bool td0_format::load(io_generic *io, uint32_t form_factor, floppy_image *image)
|
|||
else
|
||||
return false; // single side 3.5?
|
||||
break;
|
||||
}
|
||||
} else
|
||||
image->set_variant(floppy_image::SSDD);
|
||||
break;
|
||||
/* no break */
|
||||
case 3:
|
||||
if(head_count == 2)
|
||||
|
|
Loading…
Reference in a new issue