summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2016-02-08 10:58:55 +0100
committer hap <happppp@users.noreply.github.com>2016-02-08 10:59:15 +0100
commitb0a3533fc529484ae42e0e5331e8f0f1fa8a991e (patch)
treee72c41cc48857b58b70dce0aa4471c33471c130c /scripts
parent98272782961985d0873bd602fe77c0ee374674a6 (diff)
k28: added skeleton driver for the SC-01 k28 (not a cloneset of the other one)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index bf7e09eabea..a0282f34804 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2767,6 +2767,7 @@ files {
MAME_DIR .. "src/mame/includes/gamecom.h",
MAME_DIR .. "src/mame/machine/gamecom.cpp",
MAME_DIR .. "src/mame/video/gamecom.cpp",
+ MAME_DIR .. "src/mame/drivers/k28.cpp",
}
createMESSProjects(_target, _subtarget, "tigertel")