summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-06-14 17:45:38 +0200
committer hap <happppp@users.noreply.github.com>2019-06-14 17:45:53 +0200
commited0202220a5243537f5ba7dbc0a38e52a8390d79 (patch)
treea507513cad7ecd6eb681e4e1722bb89e1fcd63c0 /scripts/src
parentf1d338e9e68c317a7fad8890ddf7c425303cbc75 (diff)
screenless: make it a device (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/video.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua
index 042be7e2a19..87a36ce6b5a 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -735,6 +735,17 @@ end
--------------------------------------------------
--
+--@src/devices/video/pwm.h,VIDEOS["PWM_DISPLAY"] = true
+--------------------------------------------------
+if (VIDEOS["PWM_DISPLAY"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/pwm.cpp",
+ MAME_DIR .. "src/devices/video/pwm.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/sed1200.h,VIDEOS["SED1200"] = true
--------------------------------------------------
if (VIDEOS["SED1200"]~=null) then