move formats to proper place (nw)

This commit is contained in:
Miodrag Milanovic 2015-11-12 10:31:15 +01:00
parent 31d8de769c
commit 0332334ecd
2 changed files with 2 additions and 1 deletions

View File

@ -178,6 +178,8 @@ project "formats"
MAME_DIR .. "src/lib/formats/c8280_dsk.h",
MAME_DIR .. "src/lib/formats/camplynx_cas.cpp",
MAME_DIR .. "src/lib/formats/camplynx_cas.h",
MAME_DIR .. "src/lib/formats/camplynx_dsk.cpp",
MAME_DIR .. "src/lib/formats/camplynx_dsk.h",
MAME_DIR .. "src/lib/formats/cbm_crt.cpp",
MAME_DIR .. "src/lib/formats/cbm_crt.h",
MAME_DIR .. "src/lib/formats/cbm_tap.cpp",

View File

@ -1333,7 +1333,6 @@ files {
createMESSProjects(_target, _subtarget, "camputers")
files {
MAME_DIR .. "src/mame/drivers/camplynx.cpp",
MAME_DIR .. "src/lib/formats/camplynx_dsk.cpp",
}
createMESSProjects(_target, _subtarget, "canon")