summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2019-09-19 17:21:01 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2019-09-19 17:21:01 +0700
commit4cfde79a28b3f0b7e172e1b795bd0b782374c009 (patch)
treefac7cdea5a96bbdddbc660e0143a79dad2aec0ed /scripts
parent1b016d02dc1ea9ad8cffd559484d9c45d56a84c6 (diff)
4dpi: refactoring (nw)
* added dip switches for graphics hardware * devicified xmap2 * overlay/underlay support
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 2d6b39d10ee..792068281b2 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3216,6 +3216,8 @@ files {
MAME_DIR .. "src/mame/video/sgi_ge5.h",
MAME_DIR .. "src/mame/video/sgi_re2.cpp",
MAME_DIR .. "src/mame/video/sgi_re2.h",
+ MAME_DIR .. "src/mame/video/sgi_xmap2.cpp",
+ MAME_DIR .. "src/mame/video/sgi_xmap2.h",
}
createMESSProjects(_target, _subtarget, "sharp")