diff options
| author | 2025-03-12 14:23:10 +0700 | |
|---|---|---|
| committer | 2025-03-12 14:23:10 +0700 | |
| commit | 77a89b409edc58a450fc012d3c49c545d9efa2c6 (patch) | |
| tree | 2ad684ce4a9a41ee6ab2cd1e63d44a61eafe8576 /scripts/src/video.lua | |
| parent | 56ecdf4249f640fd35a8ce3e6abe16b3736d0968 (diff) | |
bt450: new ramdac device
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 b7bb3aa3d20..1c5c7e53eff 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -1720,3 +1720,15 @@ if (VIDEOS["ZR36110"]~=null) then MAME_DIR .. "src/devices/video/zr36110.h", } end + +-------------------------------------------------- +-- +--@src/devices/video/bt450.h,VIDEOS["BT450"] = true +-------------------------------------------------- + +if (VIDEOS["BT450"]~=null) then + files { + MAME_DIR .. "src/devices/video/bt450.cpp", + MAME_DIR .. "src/devices/video/bt450.h", + } +end |
