mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
trs80m3: removed non-TRS80 formats.
This commit is contained in:
parent
1343e5e7d3
commit
2aec0da4fc
@ -74,6 +74,7 @@ trs80m4p: floppy not working, so machine is useless
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
|
||||
#include "formats/imd_dsk.h"
|
||||
#include "formats/trs80_dsk.h"
|
||||
#include "formats/dmk_dsk.h"
|
||||
|
||||
@ -326,7 +327,7 @@ GFXDECODE_END
|
||||
|
||||
void trs80m3_state::floppy_formats(format_registration &fr)
|
||||
{
|
||||
fr.add_mfm_containers();
|
||||
fr.add(FLOPPY_IMD_FORMAT);
|
||||
fr.add(FLOPPY_TRS80_FORMAT);
|
||||
fr.add(FLOPPY_DMK_FORMAT);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user