diff options
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r-- | scripts/src/lib.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua index 394fe189038..00bc51897d8 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -142,6 +142,8 @@ project "formats" MAME_DIR .. "src/lib/formats/abcfd2_dsk.h", MAME_DIR .. "src/lib/formats/ace_tap.cpp", MAME_DIR .. "src/lib/formats/ace_tap.h", + MAME_DIR .. "src/lib/formats/acorn_dsk.cpp", + MAME_DIR .. "src/lib/formats/acorn_dsk.h", MAME_DIR .. "src/lib/formats/adam_cas.cpp", MAME_DIR .. "src/lib/formats/adam_cas.h", MAME_DIR .. "src/lib/formats/adam_dsk.cpp", @@ -170,8 +172,6 @@ project "formats" MAME_DIR .. "src/lib/formats/atom_dsk.h", MAME_DIR .. "src/lib/formats/atom_tap.cpp", MAME_DIR .. "src/lib/formats/atom_tap.h", - MAME_DIR .. "src/lib/formats/bbc_dsk.cpp", - MAME_DIR .. "src/lib/formats/bbc_dsk.h", MAME_DIR .. "src/lib/formats/bw2_dsk.cpp", MAME_DIR .. "src/lib/formats/bw2_dsk.h", MAME_DIR .. "src/lib/formats/bw12_dsk.cpp", |