summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/video.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2017-02-05 12:46:44 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2017-02-05 12:46:44 +0100
commit39370345d6a6f5bae5844da024af42196243f1c4 (patch)
treea552bbd8b6b63768eda95e063d93db9596055868 /scripts/src/video.lua
parent07d28fd8474dab2aa3896262362c9620a012fc55 (diff)
Remove some dependency between src/devices/ and src/mame (nw)
Diffstat (limited to 'scripts/src/video.lua')
-rw-r--r--scripts/src/video.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua
index ba52eb78bcd..770de5db893 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -936,3 +936,16 @@ if (VIDEOS["EF9369"]~=null) then
MAME_DIR .. "src/devices/video/ef9369.h",
}
end
+
+--------------------------------------------------
+--
+--@src/devices/video/ppu2c0x.h,VIDEOS["PPU2C0X"] = true
+--------------------------------------------------
+
+if (VIDEOS["PPU2C0X"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/ppu2c0x.cpp",
+ MAME_DIR .. "src/devices/video/ppu2c0x.h",
+ }
+end
+