mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Add some floptool formats (nw)
This commit is contained in:
parent
2c0c401608
commit
52ab275651
@ -33,6 +33,8 @@
|
||||
#include "formats/dsk_dsk.h"
|
||||
|
||||
#include "formats/d88_dsk.h"
|
||||
#include "formats/imd_dsk.h"
|
||||
#include "formats/td0_dsk.h"
|
||||
#include "formats/pc_dsk.h"
|
||||
#include "formats/naslite_dsk.h"
|
||||
|
||||
@ -58,6 +60,8 @@ static floppy_format_type floppy_formats[] = {
|
||||
FLOPPY_DSK_FORMAT,
|
||||
|
||||
FLOPPY_D88_FORMAT,
|
||||
FLOPPY_IMD_FORMAT,
|
||||
FLOPPY_TD0_FORMAT,
|
||||
FLOPPY_PC_FORMAT,
|
||||
FLOPPY_NASLITE_FORMAT,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user