From 7d4d6382e7cf96532d18eed0a915c140a3400321 Mon Sep 17 00:00:00 2001 From: Sergey Svishchev Date: Wed, 21 Dec 2016 23:12:02 +0300 Subject: hp_ipc: de-skeletonize. --- scripts/src/bus.lua | 17 +++++++++++++++++ scripts/src/formats.lua | 12 ++++++++++++ scripts/src/video.lua | 12 ++++++++++++ 3 files changed, 41 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index df699c95229..213b7d93e76 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -715,6 +715,23 @@ if (BUSES["EP64"]~=null) then end +--------------------------------------------------- +-- +--@src/devices/bus/hp_hil/hp_hil.h,BUSES["HPHIL"] = true +--------------------------------------------------- + +if (BUSES["HPHIL"]~=null) then + files { + MAME_DIR .. "src/devices/bus/hp_hil/hp_hil.cpp", + MAME_DIR .. "src/devices/bus/hp_hil/hp_hil.h", + MAME_DIR .. "src/devices/bus/hp_hil/hil_devices.cpp", + MAME_DIR .. "src/devices/bus/hp_hil/hil_devices.h", + MAME_DIR .. "src/devices/bus/hp_hil/hlekbd.cpp", + MAME_DIR .. "src/devices/bus/hp_hil/hlekbd.h", + } +end + + --------------------------------------------------- -- --@src/devices/bus/generic/slot.h,BUSES["GENERIC"] = true diff --git a/scripts/src/formats.lua b/scripts/src/formats.lua index 5216a40332a..81ab80f32be 100644 --- a/scripts/src/formats.lua +++ b/scripts/src/formats.lua @@ -893,6 +893,18 @@ if (FORMATS["HECT_TAP"]~=null or _OPTIONS["with-tools"]) then } end +-------------------------------------------------- +-- +--@src/lib/formats/hp_ipc_dsk.h,FORMATS["HP_IPC_DSK"] = true +-------------------------------------------------- + +if (FORMATS["HP_IPC_DSK"]~=null or _OPTIONS["with-tools"]) then + files { + MAME_DIR.. "src/lib/formats/hp_ipc_dsk.cpp", + MAME_DIR.. "src/lib/formats/hp_ipc_dsk.h", + } +end + -------------------------------------------------- -- --@src/lib/formats/iq151_dsk.h,FORMATS["IQ151_DSK"] = true diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 93e8fad6f6d..742a7c7c34f 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -364,6 +364,18 @@ if (VIDEOS["HLCD0538"]~=null) then } end +-------------------------------------------------- +-- +--@src/devices/video/hp1ll3.h,VIDEOS["HP1LL3"] = true +-------------------------------------------------- + +if (VIDEOS["HP1LL3"]~=null) then + files { + MAME_DIR .. "src/devices/video/hp1ll3.cpp", + MAME_DIR .. "src/devices/video/hp1ll3.h", + } +end + -------------------------------------------------- -- --@src/devices/video/huc6202.h,VIDEOS["HUC6202"] = true -- cgit v1.2.3-70-g09d2