mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
move formats to proper place (nw)
This commit is contained in:
parent
31d8de769c
commit
0332334ecd
@ -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",
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user