From 8fd315da7e4170cc34f5743882252dc9b3ee6218 Mon Sep 17 00:00:00 2001 From: Sergey Svishchev Date: Sun, 15 Jan 2017 14:53:43 +0300 Subject: eurocom2, waveterm: new skeleton drivers (Eltec EurocomII SBC, PPG Waveterm A) --- 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 3f3d1f5b43a..5216a40332a 100644 --- a/scripts/src/formats.lua +++ b/scripts/src/formats.lua @@ -1277,6 +1277,18 @@ if (FORMATS["PMD_CAS"]~=null or _OPTIONS["with-tools"]) then } end +-------------------------------------------------- +-- +--@src/lib/formats/ppg_dsk.h,FORMATS["PPG_DSK"] = true +-------------------------------------------------- + +if (FORMATS["PPG_DSK"]~=null or _OPTIONS["with-tools"]) then + files { + MAME_DIR.. "src/lib/formats/ppg_dsk.cpp", + MAME_DIR.. "src/lib/formats/ppg_dsk.h", + } +end + -------------------------------------------------- -- --@src/lib/formats/primoptp.h,FORMATS["PRIMOPTP"] = true -- cgit v1.2.3-70-g09d2