diff options
| author | 2017-01-21 01:46:24 +0100 | |
|---|---|---|
| committer | 2017-01-21 01:46:33 +0100 | |
| commit | 41e4bb5797be19b7af5d6d3868506770bfc8ff82 (patch) | |
| tree | 2d053df65da991c66a2a90b397bb93c88f3ead32 /scripts | |
| parent | 31ae79c107e380d560a0a56e0f3fb3886e690160 (diff) | |
added hlcd0515 skeleton 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 0bda85053a7..a5f12c2c565 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -330,6 +330,18 @@ end -------------------------------------------------- -- +--@src/devices/video/hlcd0515.h,VIDEOS["HLCD0515"] = true +-------------------------------------------------- + +if (VIDEOS["HLCD0515"]~=null) then + files { + MAME_DIR .. "src/devices/video/hlcd0515.cpp", + MAME_DIR .. "src/devices/video/hlcd0515.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 3d56c5c5c1c..704cb345343 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -296,6 +296,7 @@ VIDEOS["HD44780"] = true VIDEOS["HD61830"] = true VIDEOS["HD63484"] = true --VIDEOS["HD66421"] = true +--VIDEOS["HLCD0515"] = 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 96cfc02d53c..aa7bf43fb49 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -296,6 +296,7 @@ VIDEOS["HD44780"] = true VIDEOS["HD61830"] = true --VIDEOS+= HD63484"] = true VIDEOS["HD66421"] = true +VIDEOS["HLCD0515"] = true VIDEOS["HUC6202"] = true VIDEOS["HUC6260"] = true VIDEOS["HUC6261"] = true |
