summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-06-16 20:34:13 +0200
committer hap <happppp@users.noreply.github.com>2019-06-16 20:34:25 +0200
commitb9bc5cf15144e3ed55d0e84e6f046c4e479f4984 (patch)
treee29566869f9b98e47c8a18e5b04c86a0b0144df4 /scripts
parente979607ad8afab9fe09e43e0598ef4786ee7a793 (diff)
tb303, tr606: disconnect from hh_ucom4 (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index e8b0c6873cf..5771e5c5070 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2705,9 +2705,6 @@ createMESSProjects(_target, _subtarget, "nec")
files {
MAME_DIR .. "src/mame/drivers/apc.cpp",
MAME_DIR .. "src/mame/drivers/hh_ucom4.cpp",
- MAME_DIR .. "src/mame/includes/hh_ucom4.h",
- MAME_DIR .. "src/mame/drivers/tb303.cpp", -- subdriver of hh_ucom4
- MAME_DIR .. "src/mame/drivers/tr606.cpp", -- "
MAME_DIR .. "src/mame/drivers/pce.cpp",
MAME_DIR .. "src/mame/includes/pce.h",
MAME_DIR .. "src/mame/machine/pce.cpp",
@@ -3030,6 +3027,8 @@ files {
MAME_DIR .. "src/mame/drivers/rmt32.cpp",
MAME_DIR .. "src/mame/drivers/rd110.cpp",
MAME_DIR .. "src/mame/drivers/rsc55.cpp",
+ MAME_DIR .. "src/mame/drivers/tb303.cpp",
+ MAME_DIR .. "src/mame/drivers/tr606.cpp",
}
createMESSProjects(_target, _subtarget, "rolm")