diff options
author | 2016-07-16 19:36:38 +0100 | |
---|---|---|
committer | 2016-07-16 19:48:44 +0100 | |
commit | 9104c9d52336a879ad4dc519af003833acb63eca (patch) | |
tree | 88b088354c604709b96e523e78298bfaaeb89ce9 /scripts/src | |
parent | de7c161add619be9e258ddb18fe9bd100be5b474 (diff) |
renamed bbc_dsk to acorn_dsk
- split ssd/dsd formats
- added opus ddos format
- split adfs into oldmap and newmap formats for archimedes
- logging
Diffstat (limited to 'scripts/src')
-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", |