From 202c33d5e4c3a99f4c1950e2f62f2d81bd44e5aa Mon Sep 17 00:00:00 2001 From: hap Date: Thu, 11 Apr 2024 22:30:50 +0200 Subject: ds8874: move to video folder (led driver chip), misc: remove folder from self #include --- scripts/src/machine.lua | 12 ------------ scripts/src/video.lua | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'scripts') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index e302cd20d1a..5ca9f9d977d 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1337,18 +1337,6 @@ if (MACHINES["DS75161A"]~=null) then } end ---------------------------------------------------- --- ---@src/devices/machine/ds8874.h,MACHINES["DS8874"] = true ---------------------------------------------------- - -if (MACHINES["DS8874"]~=null) then - files { - MAME_DIR .. "src/devices/machine/ds8874.cpp", - MAME_DIR .. "src/devices/machine/ds8874.h", - } -end - --------------------------------------------------- -- --@src/devices/machine/e0516.h,MACHINES["E0516"] = true diff --git a/scripts/src/video.lua b/scripts/src/video.lua index b002af9c818..7205f84dd46 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -199,6 +199,18 @@ if (VIDEOS["DP8350"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/video/ds8874.h,VIDEOS["DS8874"] = true +--------------------------------------------------- + +if (VIDEOS["DS8874"]~=null) then + files { + MAME_DIR .. "src/devices/video/ds8874.cpp", + MAME_DIR .. "src/devices/video/ds8874.h", + } +end + -------------------------------------------------- -- --@src/devices/video/ef9340_1.h,VIDEOS["EF9340_1"] = true -- cgit v1.2.3