diff options
author | 2016-11-30 18:31:33 +0100 | |
---|---|---|
committer | 2016-11-30 18:35:03 +0100 | |
commit | d7ae91ffb275ecbaa7039f92cc8dd29576dc311d (patch) | |
tree | d3d68fbbb082da9a1c89b93c531c47e16ea9be53 /scripts/src/video.lua | |
parent | 0ffd3b14277348fadfbb3d72eb56fd5cddb5f3dc (diff) |
Create an ef9369 device and use it for guab
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 cad05c3ac1b..0bda85053a7 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -900,3 +900,15 @@ if (VIDEOS["GBA_LCD"]~=null) then MAME_DIR .. "src/devices/video/gba_lcd.h", } end + +-------------------------------------------------- +-- +--@src/devices/video/ef9369.h,VIDEOS["EF9369"] = true +-------------------------------------------------- + +if (VIDEOS["EF9369"]~=null) then + files { + MAME_DIR .. "src/devices/video/ef9369.cpp", + MAME_DIR .. "src/devices/video/ef9369.h", + } +end |