summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2016-03-01 19:35:32 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2016-03-01 19:35:32 +0000
commit3b3c516a3d8a507dac26ffbc348c1c650da94c4b (patch)
tree0658391bb53a6d4fb810a851c767a7117af2129a /scripts
parent7d28d39b8c75be899ad6d7aba2455f02ba98dd34 (diff)
Black Touch '96 hardware is a Korean clone of 'SNK68' hardware so start to refactor, and share code
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index f59119796fc..b84d17d69d5 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -3327,6 +3327,8 @@ files {
MAME_DIR .. "src/mame/drivers/snk68.cpp",
MAME_DIR .. "src/mame/includes/snk68.h",
MAME_DIR .. "src/mame/video/snk68.cpp",
+ MAME_DIR .. "src/mame/video/snk68_spr.cpp",
+
}
createMAMEProjects(_target, _subtarget, "sony")