This commit is contained in:
Robbbert 2016-05-01 15:36:56 +10:00
parent df88aa07dc
commit a320b64f3a
2 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,10 @@ const trs80_format::format trs80_format::formats[] =
floppy_image::FF_525, floppy_image::SSSD, floppy_image::FM,
4000, 10, 40, 1, 256, {}, 0, {}, 14, 11, 12
},
{
floppy_image::FF_525, floppy_image::SSDD, floppy_image::FM,
4000, 10, 80, 1, 256, {}, 0, {}, 14, 11, 12
},
{}
};

View File

@ -553,7 +553,7 @@ FLOPPY_FORMATS_MEMBER( trs80_state::floppy_formats )
FLOPPY_FORMATS_END
static SLOT_INTERFACE_START( trs80_floppies )
SLOT_INTERFACE("sssd", FLOPPY_525_SSSD)
SLOT_INTERFACE("sssd", FLOPPY_525_QD)
SLOT_INTERFACE_END