summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-09-05 01:20:38 +0200
committer hap <happppp@users.noreply.github.com>2017-09-05 01:21:01 +0200
commitcfaad61effadfdfdfdf541cf73ef5eda9d449095 (patch)
tree84138462ac090aabafa85f58dfe38a5b3a54989c /scripts
parent79a1cdaff0f369dd0b0428cfeb44ee8b1f6ece71 (diff)
New working machine added
--------- R-Zone: Indy 500 [hap, Sean Riddle]
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 4f30e042cf6..5f735665c25 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2811,6 +2811,7 @@ files {
createMESSProjects(_target, _subtarget, "sharp")
files {
MAME_DIR .. "src/mame/drivers/hh_sm510.cpp",
+ MAME_DIR .. "src/mame/includes/hh_sm510.h",
MAME_DIR .. "src/mame/video/mz700.cpp",
MAME_DIR .. "src/mame/drivers/mz700.cpp",
MAME_DIR .. "src/mame/includes/mz700.h",
@@ -3122,6 +3123,7 @@ files {
MAME_DIR .. "src/mame/machine/gamecom.cpp",
MAME_DIR .. "src/mame/video/gamecom.cpp",
MAME_DIR .. "src/mame/drivers/k28.cpp",
+ MAME_DIR .. "src/mame/drivers/rzone.cpp",
}
createMESSProjects(_target, _subtarget, "tigertel")