summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2016-07-24 14:43:01 -0400
committer GitHub <noreply@github.com>2016-07-24 14:43:01 -0400
commit41875a92af8c501e30b80d0d3554f19f78817f00 (patch)
tree5930f17e65c49662486c4cef8c1345f84294f7c8 /scripts
parentf0ce9d2f2c64b91c2ce245974f69f2ef89658239 (diff)
parent19302429888de333937360bcb6ac16510e57e0c1 (diff)
Merge pull request #1117 from shattered/_ded41cad
sm7238: new NOT_WORKING driver: SM 7238 (aka T3300) serial terminal
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 202cde39c35..2695224e692 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -1454,6 +1454,9 @@ files {
MAME_DIR .. "src/mame/video/pk8020.cpp",
MAME_DIR .. "src/mame/drivers/pyl601.cpp",
MAME_DIR .. "src/mame/drivers/sm1800.cpp",
+ MAME_DIR .. "src/mame/drivers/sm7238.cpp",
+ MAME_DIR .. "src/mame/machine/km035.cpp",
+ MAME_DIR .. "src/mame/machine/km035.h",
MAME_DIR .. "src/mame/drivers/uknc.cpp",
MAME_DIR .. "src/mame/drivers/unior.cpp",
MAME_DIR .. "src/mame/drivers/ut88.cpp",