summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <mamehaze@gmail.com>2019-03-28 02:40:35 +0000
committer ajrhacker <ajrhacker@users.noreply.github.com>2019-03-27 22:40:35 -0400
commit9873d6afaa7f7d7889b707b66a1b6884b0049cbb (patch)
tree50c97b5d21b6c1c9fe6a917afece90ed5b010fc6 /scripts
parentf1abceb70cf9ba77c3f05df3e8a43af48879ffca (diff)
spg110: tweaks for jak_capb, improves rendering, identifies several things (#4816)
* spg110: jak_capb misc guesses (nw) * misc priority stuff (nw) * tweaks (nw) * more tweaks (nw) * small spg2xx refactor (nw) * some spg2xx refactoring (nw) * (nw) * tidy (nw) * these have all been moved out into modules (nw) * sprite work in progress (nw) * (nw) * spg110: shift some stuff around and split into files here too * (nw) * (nw) * (nw) * sprite improvements
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/machine.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index fa451ae5dc6..2ec028ceb85 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2626,8 +2626,14 @@ if (MACHINES["SPG2XX"]~=null) then
MAME_DIR .. "src/devices/machine/spg2xx_audio.h",
MAME_DIR .. "src/devices/machine/spg2xx_io.cpp",
MAME_DIR .. "src/devices/machine/spg2xx_io.h",
+ MAME_DIR .. "src/devices/machine/spg2xx_sysdma.cpp",
+ MAME_DIR .. "src/devices/machine/spg2xx_sysdma.h",
+ MAME_DIR .. "src/devices/machine/spg2xx_video.cpp",
+ MAME_DIR .. "src/devices/machine/spg2xx_video.h",
MAME_DIR .. "src/devices/machine/spg110.cpp",
MAME_DIR .. "src/devices/machine/spg110.h",
+ MAME_DIR .. "src/devices/machine/spg110_video.cpp",
+ MAME_DIR .. "src/devices/machine/spg110_video.h",
}
end