From a152d1125fde01e80ab3e9cccd475a50c22c6316 Mon Sep 17 00:00:00 2001 From: Sergey Svishchev Date: Mon, 1 Jul 2019 23:56:11 +0300 Subject: agat: basic emulation of agat9 (video, apple compat mode, LLE floppy) also included: MX floppy format (nw) --- scripts/src/formats.lua | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'scripts/src/formats.lua') diff --git a/scripts/src/formats.lua b/scripts/src/formats.lua index 5b678c480af..5a5438a1694 100644 --- a/scripts/src/formats.lua +++ b/scripts/src/formats.lua @@ -197,6 +197,18 @@ if (FORMATS["AGAT840K_HLE_DSK"]~=null or _OPTIONS["with-tools"]) then } end +-------------------------------------------------- +-- +--@src/lib/formats/aim_dsk.h,FORMATS["AIM_DSK"] = true +-------------------------------------------------- + +if (FORMATS["AIM_DSK"]~=null or _OPTIONS["with-tools"]) then + files { + MAME_DIR.. "src/lib/formats/aim_dsk.cpp", + MAME_DIR.. "src/lib/formats/aim_dsk.h", + } +end + -------------------------------------------------- -- --@src/lib/formats/ami_dsk.h,FORMATS["AMI_DSK"] = true @@ -689,6 +701,18 @@ if (FORMATS["DMK_DSK"]~=null or _OPTIONS["with-tools"]) then } end +-------------------------------------------------- +-- +--@src/lib/formats/ds9_dsk.h,FORMATS["DS9_DSK"] = true +-------------------------------------------------- + +if (FORMATS["DS9_DSK"]~=null or _OPTIONS["with-tools"]) then + files { + MAME_DIR.. "src/lib/formats/ds9_dsk.cpp", + MAME_DIR.. "src/lib/formats/ds9_dsk.h", + } +end + -------------------------------------------------- -- --@src/lib/formats/sdf_dsk.h,FORMATS["SDF_DSK"] = true @@ -725,6 +749,18 @@ if (FORMATS["DMV_DSK"]~=null or _OPTIONS["with-tools"]) then } end +-------------------------------------------------- +-- +--@src/lib/formats/dvk_mx_dsk.h,FORMATS["DVK_MX_DSK"] = true +-------------------------------------------------- + +if (FORMATS["DVK_MX_DSK"]~=null or _OPTIONS["with-tools"]) then + files { + MAME_DIR.. "src/lib/formats/dvk_mx_dsk.cpp", + MAME_DIR.. "src/lib/formats/dvk_mx_dsk.h", + } +end + -------------------------------------------------- -- --@src/lib/formats/esq16_dsk.h,FORMATS["ESQ16_DSK"] = true -- cgit v1.2.3-70-g09d2