diff options
| author | 2023-09-22 14:31:27 +0700 | |
|---|---|---|
| committer | 2023-09-22 16:17:16 +0700 | |
| commit | c398cf3073a50a0f063b267aab8b9ea53012b610 (patch) | |
| tree | 986ac17024963916629dfb4809217b9fb6037274 /scripts | |
| parent | 31f9807f4f48182db98e3f07c1ddb59e6db00d5c (diff) | |
dec: reorganize and rename some device files
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 12 | ||||
| -rw-r--r-- | scripts/src/video.lua | 11 |
2 files changed, 0 insertions, 23 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 5138a692fee..93946cfb50b 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4841,18 +4841,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/dc7085.h,MACHINES["DC7085"] = true ---------------------------------------------------- - -if (MACHINES["DC7085"]~=null) then - files { - MAME_DIR .. "src/devices/machine/dc7085.cpp", - MAME_DIR .. "src/devices/machine/dc7085.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/i82357.h,MACHINES["I82357"] = true --------------------------------------------------- diff --git a/scripts/src/video.lua b/scripts/src/video.lua index e23e563cdea..69277f16e61 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -1663,17 +1663,6 @@ end -------------------------------------------------- -- ---@src/devices/video/decsfb.h,VIDEOS["DECSFB"] = true --------------------------------------------------- -if (VIDEOS["DECSFB"]~=null) then - files { - MAME_DIR .. "src/devices/video/decsfb.cpp", - MAME_DIR .. "src/devices/video/decsfb.h", - } -end - --------------------------------------------------- --- --@src/devices/video/bt47x.h,VIDEOS["BT47X"] = true -------------------------------------------------- |
