diff options
| author | 2017-03-10 16:44:07 +0100 | |
|---|---|---|
| committer | 2017-03-10 16:44:33 +0100 | |
| commit | 3e867504c1f13b0a0e24f9c9428e7ca8539dcd23 (patch) | |
| tree | 3ac09bb4ac8d4598e94b306966a23585ee111cfc /scripts | |
| parent | 1d35ea1a924923e802039a57e432cc6c12080f1b (diff) | |
added hlcd0538 device (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/video.lua | 12 | ||||
| -rw-r--r-- | scripts/target/mame/arcade.lua | 1 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 57067922935..93e8fad6f6d 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -354,6 +354,18 @@ end -------------------------------------------------- -- +--@src/devices/video/hlcd0538.h,VIDEOS["HLCD0538"] = true +-------------------------------------------------- + +if (VIDEOS["HLCD0538"]~=null) then + files { + MAME_DIR .. "src/devices/video/hlcd0538.cpp", + MAME_DIR .. "src/devices/video/hlcd0538.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/huc6202.h,VIDEOS["HUC6202"] = true -------------------------------------------------- diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 2256c3cef5c..53e60f88060 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -300,6 +300,7 @@ VIDEOS["HD61830"] = true VIDEOS["HD63484"] = true --VIDEOS["HD66421"] = true --VIDEOS["HLCD0515"] = true +--VIDEOS["HLCD0538"] = true VIDEOS["HUC6202"] = true VIDEOS["HUC6260"] = true --VIDEOS["HUC6261"] = true diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 551df68eabe..8ddf2274646 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -300,6 +300,7 @@ VIDEOS["HD61830"] = true --VIDEOS+= HD63484"] = true VIDEOS["HD66421"] = true VIDEOS["HLCD0515"] = true +VIDEOS["HLCD0538"] = true VIDEOS["HUC6202"] = true VIDEOS["HUC6260"] = true VIDEOS["HUC6261"] = true |
