diff options
| author | 2015-11-29 23:36:16 +0100 | |
|---|---|---|
| committer | 2015-11-29 23:36:16 +0100 | |
| commit | 6f4ad4418328d1f8ffe681e7f13558f5bdf69655 (patch) | |
| tree | b03cc623d65243050c9c229df9e89e44ab597abc /scripts/src | |
| parent | da285515227607ee8d56ae2d7bd99d8510e32caf (diff) | |
EF9365 video controller skeleton added.
Diffstat (limited to 'scripts/src')
| -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 be8d113bb69..ad91ca0f9f8 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -155,6 +155,18 @@ if (VIDEOS["EF9345"]~=null) then end -------------------------------------------------- +-- +--@src/devices/video/ef9365.h,VIDEOS["EF9365"] = true +-------------------------------------------------- + +if (VIDEOS["EF9365"]~=null) then + files { + MAME_DIR .. "src/devices/video/ef9365.cpp", + MAME_DIR .. "src/devices/video/ef9365.h", + } +end + +-------------------------------------------------- --@src/devices/video/epic12.h,VIDEOS["EPIC12"] = true -------------------------------------------------- |
