mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
MT 06189
This commit is contained in:
parent
df88aa07dc
commit
a320b64f3a
@ -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
|
||||
},
|
||||
{}
|
||||
};
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user