summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/video.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-05-08 21:38:58 +0200
committer hap <happppp@users.noreply.github.com>2020-05-08 21:39:17 +0200
commit623dc28919617ed4a62c5b8355dfb1f0b6a311f3 (patch)
tree8264bc9c866a27a950b3933c87c81dffe3a8665f /scripts/src/video.lua
parentd983d9ec936bcb26fd9319c42e1e8632baa66004 (diff)
Machines promoted to working
---------------------------- Monty Plays Scrabble [hap] Master Monty [hap]
Diffstat (limited to 'scripts/src/video.lua')
-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 210501f525f..77e3f9063dc 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -852,6 +852,17 @@ end
--------------------------------------------------
--
+--@src/devices/video/sed1500.h,VIDEOS["SED1500"] = true
+--------------------------------------------------
+if (VIDEOS["SED1500"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/sed1500.cpp",
+ MAME_DIR .. "src/devices/video/sed1500.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/sed1520.h,VIDEOS["SED1520"] = true
--------------------------------------------------
if (VIDEOS["SED1520"]~=null) then