diff options
| author | 2024-04-11 22:30:50 +0200 | |
|---|---|---|
| committer | 2024-04-11 22:30:50 +0200 | |
| commit | 202c33d5e4c3a99f4c1950e2f62f2d81bd44e5aa (patch) | |
| tree | 6e9e5f550e1e60c49388b5f4cf8483021c7f4dfa /scripts | |
| parent | cb8b90cd389ca928ffade1d8384893fdde87d4d1 (diff) | |
ds8874: move to video folder (led driver chip),
misc: remove folder from self #include
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 12 | ||||
| -rw-r--r-- | scripts/src/video.lua | 12 |
2 files changed, 12 insertions, 12 deletions
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 @@ -1339,18 +1339,6 @@ 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 |
