diff options
| author | 2017-05-23 21:12:26 +0100 | |
|---|---|---|
| committer | 2017-05-23 21:12:26 +0100 | |
| commit | 7eeae7892d6fec86b5466c22f66b6f464afcabfa (patch) | |
| tree | 2e0b45c233c1b4c5fdc1bcacc53bcd7eb88e55e2 /scripts/src | |
| parent | d0047a3ebefb03feca0c2f32a231cf956a48a30e (diff) | |
basic VT03 support
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/video.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 742a7c7c34f..8932944333f 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -982,6 +982,8 @@ if (VIDEOS["PPU2C0X"]~=null) then files { MAME_DIR .. "src/devices/video/ppu2c0x.cpp", MAME_DIR .. "src/devices/video/ppu2c0x.h", + MAME_DIR .. "src/devices/video/ppu2c0x_vt.cpp", + MAME_DIR .. "src/devices/video/ppu2c0x_vt.h", } end |
