From f9870d6f020b55991aa1838bca70fd5379b0cefc Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Tue, 27 Sep 2022 07:30:52 +0200 Subject: ap2_dsk: Move the applesauce formats in their own file as_dsk: Create a common base class, merge what is currently identical --- scripts/src/formats.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/formats.lua') diff --git a/scripts/src/formats.lua b/scripts/src/formats.lua index e293b6502c7..7f802f850fa 100644 --- a/scripts/src/formats.lua +++ b/scripts/src/formats.lua @@ -359,6 +359,18 @@ if opt_tool(FORMATS, "ASST128_DSK") then } end +-------------------------------------------------- +-- +--@src/lib/formats/as_dsk.h,FORMATS["AS_DSK"] = true +-------------------------------------------------- + +if opt_tool(FORMATS, "AS_DSK") then + files { + MAME_DIR.. "src/lib/formats/as_dsk.cpp", + MAME_DIR.. "src/lib/formats/as_dsk.h", + } +end + -------------------------------------------------- -- --@src/lib/formats/atari_dsk.h,FORMATS["ATARI_DSK"] = true -- cgit v1.2.3-70-g09d2