diff options
author | 2016-05-22 10:56:10 +0200 | |
---|---|---|
committer | 2016-09-12 11:55:16 +0200 | |
commit | d8aa10fbc1c3669a89a50c7aa7a8cfd4b4ad6981 (patch) | |
tree | d87a401f145ccf49864b668e2b1ce8e2f5c2a626 /scripts/src/video.lua | |
parent | 0036e43b7b5e33a91c0dd984cfc3686b917ac10c (diff) |
pcipc: sandbox for emulating a modern-ish pc (nw)
Diffstat (limited to 'scripts/src/video.lua')
-rw-r--r-- | scripts/src/video.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 8958c7e3852..cad05c3ac1b 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -246,6 +246,18 @@ end -------------------------------------------------- -- +--@src/devices/video/mga2064w.h,VIDEOS["MGA2064W"] = true +-------------------------------------------------- + +if (VIDEOS["MGA2064W"]~=null) then + files { + MAME_DIR .. "src/devices/video/mga2064w.cpp", + MAME_DIR .. "src/devices/video/mga2064w.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/hd44102.h,VIDEOS["HD44102"] = true -------------------------------------------------- |