From 389126869f170f35ab1f52f5e22103cc4c861e57 Mon Sep 17 00:00:00 2001 From: David Haywood <28625134+DavidHaywood@users.noreply.github.com> Date: Sun, 15 Mar 2020 19:26:47 +0000 Subject: 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) --- scripts/src/video.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/src') 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 -- cgit v1.2.3-70-g09d2