diff options
author | 2020-03-15 19:26:47 +0000 | |
---|---|---|
committer | 2020-03-15 15:26:47 -0400 | |
commit | 389126869f170f35ab1f52f5e22103cc4c861e57 (patch) | |
tree | c48ec5db338c369f8c139676c3d1ad80c4587424 /scripts/src | |
parent | 07c987b5bc07b17f3fe9db4595ce4379e2417584 (diff) |
Plug & Play / sh6578 work (#6447)
* PPU refactoring (nw)
* PPU refactoring (nw)
* start making a new device (nw)
* PPU device refinements (nw)
* tear things down (nw)
* refactoring (nw)
* more refactor and teardown (nw)
* (nw)
* rebuilding (nw)
* (nw)
* (nw)
* (nw)
* (nw)
* checkpoint (nw)
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 a1f5221b58a..db65b2da111 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -1150,6 +1150,8 @@ if (VIDEOS["PPU2C0X"]~=null) then MAME_DIR .. "src/devices/video/ppu2c0x.h", MAME_DIR .. "src/devices/video/ppu2c0x_vt.cpp", MAME_DIR .. "src/devices/video/ppu2c0x_vt.h", + MAME_DIR .. "src/devices/video/ppu2c0x_sh6578.cpp", + MAME_DIR .. "src/devices/video/ppu2c0x_sh6578.h", } end |