mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
floptool: Added Acorn floppy formats (nw)
This commit is contained in:
parent
45c3c9cf26
commit
5f95f3b90b
@ -42,6 +42,8 @@
|
|||||||
#include "formats/ap_dsk35.h"
|
#include "formats/ap_dsk35.h"
|
||||||
#include "formats/ap2_dsk.h"
|
#include "formats/ap2_dsk.h"
|
||||||
|
|
||||||
|
#include "formats/acorn_dsk.h"
|
||||||
|
|
||||||
#include "formats/oric_dsk.h"
|
#include "formats/oric_dsk.h"
|
||||||
|
|
||||||
#include "formats/applix_dsk.h"
|
#include "formats/applix_dsk.h"
|
||||||
@ -74,6 +76,12 @@ static floppy_format_type floppy_formats[] = {
|
|||||||
FLOPPY_RWTS18_FORMAT,
|
FLOPPY_RWTS18_FORMAT,
|
||||||
FLOPPY_EDD_FORMAT,
|
FLOPPY_EDD_FORMAT,
|
||||||
|
|
||||||
|
FLOPPY_ACORN_SSD_FORMAT,
|
||||||
|
FLOPPY_ACORN_DSD_FORMAT,
|
||||||
|
FLOPPY_ACORN_DOS_FORMAT,
|
||||||
|
FLOPPY_ACORN_ADFS_OLD_FORMAT,
|
||||||
|
FLOPPY_ACORN_ADFS_NEW_FORMAT,
|
||||||
|
|
||||||
FLOPPY_ORIC_DSK_FORMAT,
|
FLOPPY_ORIC_DSK_FORMAT,
|
||||||
|
|
||||||
FLOPPY_APPLIX_FORMAT,
|
FLOPPY_APPLIX_FORMAT,
|
||||||
@ -143,7 +151,7 @@ static void display_formats()
|
|||||||
static void display_full_usage()
|
static void display_full_usage()
|
||||||
{
|
{
|
||||||
/* Usage */
|
/* Usage */
|
||||||
fprintf(stderr, "floptool - Generic floppy image manipulation tool for use with MESS\n\n");
|
fprintf(stderr, "floptool - Generic floppy image manipulation tool for use with MAME\n\n");
|
||||||
display_usage();
|
display_usage();
|
||||||
fprintf(stderr, "\n");
|
fprintf(stderr, "\n");
|
||||||
display_formats();
|
display_formats();
|
||||||
|
Loading…
Reference in New Issue
Block a user