summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2018-03-18 12:01:37 +0100
committer Dirk Best <mail@dirk-best.de>2018-03-18 12:01:37 +0100
commit8c70c1418b958265edbcea3c1c5796d0552d62ea (patch)
tree56c1725fcadfa0d447bfe7ddc97de00872f988e3 /scripts
parent7667e80719dd8f8763f90bb701c7253aaff007fe (diff)
Casio HT-6000: Skeleton driver
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 4f1eb635908..ead769d9bdf 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -1674,6 +1674,7 @@ files {
MAME_DIR .. "src/mame/drivers/fp200.cpp",
MAME_DIR .. "src/mame/drivers/fp1100.cpp",
MAME_DIR .. "src/mame/drivers/fp6000.cpp",
+ MAME_DIR .. "src/mame/drivers/ht6000.cpp",
MAME_DIR .. "src/mame/drivers/pb1000.cpp",
MAME_DIR .. "src/mame/drivers/pv1000.cpp",
MAME_DIR .. "src/mame/drivers/pv2000.cpp",