diff options
| author | 2024-02-22 02:18:18 +0100 | |
|---|---|---|
| committer | 2024-02-22 02:18:18 +0100 | |
| commit | 5f7912858d8453973b88cf08ccb0c45f0c0807f9 (patch) | |
| tree | 64b681c9269f6fab0ef999ce4667faa3dfc0fdd6 /scripts | |
| parent | 249a6a793ff11de34eff2d89c2500280255c45eb (diff) | |
bus/pci/promotion: add Alliance VGA core stub
Diffstat (limited to 'scripts')
| -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 825ff9b08a9..6342d3f6ab8 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -835,6 +835,18 @@ end -------------------------------------------------- -- +--@src/devices/video/pc_vga_ati.h,VIDEOS["PC_VGA_ALLIANCE"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_ALLIANCE"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_alliance.cpp", + MAME_DIR .. "src/devices/video/pc_vga_alliance.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/pc_vga_ati.h,VIDEOS["PC_VGA_ATI"] = true -------------------------------------------------- |
