mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
move some legacy formats over to imgtool since it's now the only user
This commit is contained in:
parent
58e21376c9
commit
1c1860499f
@ -197,8 +197,6 @@ project "formats"
|
||||
MAME_DIR .. "src/lib/formats/cgenie_dsk.h",
|
||||
MAME_DIR .. "src/lib/formats/coco_cas.c",
|
||||
MAME_DIR .. "src/lib/formats/coco_cas.h",
|
||||
MAME_DIR .. "src/lib/formats/coco_dsk.c",
|
||||
MAME_DIR .. "src/lib/formats/coco_dsk.h",
|
||||
MAME_DIR .. "src/lib/formats/comx35_dsk.c",
|
||||
MAME_DIR .. "src/lib/formats/comx35_dsk.h",
|
||||
MAME_DIR .. "src/lib/formats/concept_dsk.c",
|
||||
@ -402,8 +400,6 @@ project "formats"
|
||||
MAME_DIR .. "src/lib/formats/vg5k_cas.h",
|
||||
MAME_DIR .. "src/lib/formats/vt_cas.c",
|
||||
MAME_DIR .. "src/lib/formats/vt_cas.h",
|
||||
MAME_DIR .. "src/lib/formats/vt_dsk.c",
|
||||
MAME_DIR .. "src/lib/formats/vt_dsk.h",
|
||||
MAME_DIR .. "src/lib/formats/wavfile.c",
|
||||
MAME_DIR .. "src/lib/formats/wavfile.h",
|
||||
MAME_DIR .. "src/lib/formats/wd177x_dsk.c",
|
||||
|
@ -805,6 +805,10 @@ files {
|
||||
MAME_DIR .. "src/mess/tools/imgtool/imgterrs.c",
|
||||
MAME_DIR .. "src/mess/tools/imgtool/imghd.c",
|
||||
MAME_DIR .. "src/mess/tools/imgtool/charconv.c",
|
||||
MAME_DIR .. "src/mess/tools/imgtool/formats/vt_dsk.c",
|
||||
MAME_DIR .. "src/mess/tools/imgtool/formats/vt_dsk.h",
|
||||
MAME_DIR .. "src/mess/tools/imgtool/formats/coco_dsk.c",
|
||||
MAME_DIR .. "src/mess/tools/imgtool/formats/coco_dsk.h",
|
||||
MAME_DIR .. "src/mess/tools/imgtool/modules/amiga.c",
|
||||
MAME_DIR .. "src/mess/tools/imgtool/modules/macbin.c",
|
||||
MAME_DIR .. "src/mess/tools/imgtool/modules/rsdos.c",
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "formats/coco_dsk.h"
|
||||
#include "formats/basicdsk.h"
|
||||
#include "imageutl.h"
|
||||
#include "formats/imageutl.h"
|
||||
#include "coretmpl.h"
|
||||
|
||||
/* -----------------------------------------------------------------------
|
@ -11,7 +11,7 @@
|
||||
#ifndef COCO_DSK_H
|
||||
#define COCO_DSK_H
|
||||
|
||||
#include "flopimg.h"
|
||||
#include "formats/flopimg.h"
|
||||
|
||||
|
||||
/**************************************************************************/
|
@ -11,7 +11,7 @@
|
||||
#ifndef VT_DSK_H
|
||||
#define VT_DSK_H
|
||||
|
||||
#include "flopimg.h"
|
||||
#include "formats/flopimg.h"
|
||||
|
||||
LEGACY_FLOPPY_OPTIONS_EXTERN(vz);
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "imgtool.h"
|
||||
#include "iflopimg.h"
|
||||
#include "formats/imageutl.h"
|
||||
#include "formats/ami_dsk.h"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user